An Introduction to Squirrel

From SigMod
Revision as of 23:31, 25 October 2023 by Mince (talk | contribs)
Jump to navigation Jump to search
  • Overview
  • Getting Started
  • Keywords and Identifiers
  • Variables
  • Constants
  • Comments
  • Data Types
  • Literals and Operators
  • Expressions
  • Functions (intro)
  • Objects and Methods (intro)
  • Debugging
  • Scope (and Execution Context?)
  • Control Flow
  • Exceptions
  • Enums
  • Arrays
  • Tables
  • Functions
  • Generators
  • Delegation
  • Classes
  • Inheritance
  • Metamethods