User Tools

Site Tools


el:end

Differences

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

Link to this comparison view

el:end [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== End =====
 +
 +==== Format ====
 +
 +end
 +
 +==== Description ====
 +
 +Halts program execution.
 +
 +==== Example ====
 +
 +<code>
 +print "I am done."
 +end
 +print "Or am I?"
 +</code>
 +will print
 +<code>
 +I am done.
 +</code>
 +
 +==== See Also ====
 +{{page>en:start#Program Control&noheader}}
 +
  
el/end.txt ยท Last modified: 2020/02/28 10:46 (external edit)