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
fun [2020/08/07 08:51] – Add note about naming thrakafun [2020/08/07 09:02] (current) – correct FUNC to FUN thraka
Line 15: Line 15:
   * They can be called from within an expression.   * They can be called from within an expression.
  
-The name of the function and the name of a parameter **can't** start with a command or directive name. For example, you can't define a function named ''repeatnumber'' as ''REPEAT'' is a command. Likewise, you can't name a parameter ''funcparameter1'' as ''FUNC'' is a directive.+The name of the function and the name of a parameter **can't** start with a command or directive name. For example, you can't define a function named ''repeatnumber'' as ''REPEAT'' is a command. Likewise, you can't name a parameter ''funparameter1'' as ''FUN'' is a directive.
  
 ===== Defining functions ===== ===== Defining functions =====