An Introduction to Squirrel: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created page with "- 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")
 
No edit summary
Line 1: Line 1:
- Overview
* Overview
- Getting Started
* Getting Started
- Keywords and Identifiers
* Keywords and Identifiers
- Variables
* Variables
- Constants
* Constants
- Comments
* Comments
- Data Types
* Data Types
- Literals and Operators
* Literals and Operators
- Expressions
* Expressions
- Functions (intro)
* Functions (intro)
- Objects and Methods (intro)
* Objects and Methods (intro)
- Debugging
* Debugging
- Scope (and Execution Context?)
* Scope (and Execution Context?)
- Control Flow
* Control Flow
- Exceptions
* Exceptions
- Enums
* Enums
- Arrays
* Arrays
- Tables
* Tables
- Functions
* Functions
- Generators
* Generators
- Delegation
* Delegation
- Classes
* Classes
- Inheritance
* Inheritance
- Metamethods
* Metamethods

Revision as of 23:31, 25 October 2023

  • 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