Skip to content
Kannagi edited this page Mar 18, 2024 · 10 revisions

Things to know

  • parentheses are for constants.
  • function calls and their declarations are followed by :, which indicates that it is a label
  • quotes can be on multiple lines
  • variable and function names can contain .
  • variable and function names starting with . are reserved by the compiler don't do it
Clone this wiki locally