-
Notifications
You must be signed in to change notification settings - Fork 0
FUNCTION
Andrew Owen edited this page May 30, 2023
·
1 revision
Functions can only be used as part of an expression within a statement; they may take input values between parentheses and produce a return value. For example, in PRINT ABS(-1)
the ABS
function is used in an expression within a PRINT
statement; in Y = SQR(X) + 2
the SQR
function is used in an expression within a LET
statement.
For some function, including those that do not take an input, parentheses are optional. However, for maximum compatibility you may want to include them anyway.
- Press
RETURN
to return to this menu. - Enter the name of a
TOPIC
to display it. - Enter
EXIT
to return to BASIC.
Choose from the following topics: