An Introduction to Squirrel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | |||
* Getting Started | |||
<hr> | |||
== Chapters == | |||
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Getting_Started Getting Started] | |||
* Keywords and Identifiers | * Keywords and Identifiers | ||
* Variables | * Variables | ||
Line 23: | Line 27: | ||
* Inheritance | * Inheritance | ||
* Metamethods | * Metamethods | ||
== Getting Started == |
Revision as of 00:41, 26 October 2023
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