Warning

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

no way to compare when less than two revisions

Differences

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


Last revision
end [2019/05/07 08:52] – created neils
Line 1: Line 1:
 +====== 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|GOSUB]]'' for an example.