An Introduction to Squirrel
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