Skip to content

Function Names

IsaacShelton edited this page Mar 21, 2022 · 1 revision

Function Names

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
Clone this wiki locally