An Introduction to Squirrel

From SigMod
Revision as of 00:41, 26 October 2023 by Mince (talk | contribs)
Jump to navigation Jump to search

Overview


Chapters

  • 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

Getting Started