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

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
fun [2019/12/09 21:28] – [Calling functions] neilsfun [2019/12/09 21:58] – [Functions with no parameters] neils
Line 47: Line 47:
 If you want a routine that does not return a value, use [[procedures|]] instead. If you want a routine that does not return a value, use [[procedures|]] instead.
  
-==== Functions with no parameters ====+==== Parameterless functions ====
  
 You can omit the parameter list, but bear in mind that you still have to write the empty parentheses: You can omit the parameter list, but bear in mind that you still have to write the empty parentheses: