END
Syntax
END
Description
END is used to terminate the program.
When the ARMbasic is used in a control application, the END would not normally be encountered. As most control applications would be a loop, as when a program ends it would require the user to restart or a reboot.
Example
PRINT "An
unrecoverable error has occurred "
END
Differences from other BASICs
- none