Warning
You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.
END
Syntax:
end
The END
command halts the execution of the program. It can be used within the normal program flow or at the end of the program as well, but the latter is not necessary. See GOSUB
for an example.