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 revision
Previous revision
functions [2019/12/09 21:03] – [Calling overloaded functions] neilsfunctions [2019/12/12 19:35] (current) – [Functions] neils
Line 7: Line 7:
   * Several built-in functions   * Several built-in functions
   * The [[USR|USR() function]] to call a machine language function   * The [[USR|USR() function]] to call a machine language function
-  * User-defined functions (since version 2.2)+  * [[fun|User-defined functions]] (since version 2.2)
  
  
Line 24: Line 24:
      
 Note: user defined functions may not be overloaded. Note: user defined functions may not be overloaded.
-===== Defining functions =====  +===== Defining user functions =====  
  
-Please refer to the FUN ... ENDFUN directive for details.+Please refer to the [[fun|FUN ... ENDFUN]] directive for details.