END
End the running program and return to the command prompt.
See also:
CONTINUE
RUN
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE
Electronic Products for Creative Minds
End the running program and return to the command prompt.
See also:
CONTINUE
RUN
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE
Assigns the value of ‘expression’ to the variable. LET is automatically assumed if a statement does not start with a command.
See also:
CLEAR
DATA
DIM
ERASE
READ
RESTORE
Marks the end of a user defined function.
Each function must have one and only one matching END FUNCTION statement. Use EXIT FUNCTION if you need to return from a function from within its body.
Only one space is allowed between END and FUNCTION.
See also:
END SUB
EXIT FUNCTION
EXIT SUB
FUNCTION
LOCAL
SUB
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE