Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

end [2019/05/07 08:52] – created neilsend [2021/01/10 19:54] (current) gabrielsroka
Line 5: Line 5:
   end   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|GOSUB]]'' for an example.+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.