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
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
Marks the end of a user defined subroutine. See the SUB command.
Each sub must have one and only one matching END SUB statement. Use EXIT SUB if you need to return from a subroutine from within its body.
Only one space is allowed between END and SUB.
See also:
END FUNCTION
EXIT FUNCTION
EXIT SUB
FUNCTION
LOCAL
SUB
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE