====== 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 ''[[GOSUBRETURN|GOSUB]]'' for an example.