Skip to content

Data Types

Nathan edited this page Mar 6, 2020 · 1 revision
  • number (ex: 10, 1.5)
    • natively stored as a double
  • string (ex: hello)
  • boolean (ex: false)
  • nil
    • represents null/empty values
Clone this wiki locally