- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 9
 
Function Names
        IsaacShelton edited this page Mar 21, 2022 
        ·
        1 revision
      
    Valid function names are those that match the pattern /[a-zA-Z_\\:][a-zA-Z_0-9\\:]*/
They are normally in lower camel-case by convention of the standard library
myFunction
toString
clearScreen
removeDuplicates
lerp2
lookAt