An Introduction to Squirrel: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
== Chapters ==
== Chapters ==
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Getting_Started Getting Started]
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Getting_Started Getting Started]
* Keywords and Identifiers
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Keywords_and_Identifiers Keywords and Identifiers]
* Variables
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Constants Constants]
* Constants
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Comments Comments]
* Comments
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Data_Types Data Types]
* Data Types
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Literals_and_Operators Literals and Operators]
* Literals and Operators
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Expressions Expressions]
* Expressions
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Intro_to_Functions Intro to Functions]
* Functions (intro)
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Intro_to_Objects Intro to Objects]
* Objects and Methods (intro)
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Scope Scope]
* Debugging
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Control_Flow Control Flow]
* Scope (and Execution Context?)
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Exceptions Exceptions]
* Control Flow
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Enums Enums]
* Exceptions
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Arrays Arrays]
* Enums
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Tables Tables]
* Arrays
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Functions Functions]
* Tables
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Generators Generators]
* Functions
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Delegation Delegation]
* Generators
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Weak_References Weak References]
* Delegation
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Classes Classes]
* Classes
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Inheritance Inheritance]
* Inheritance
* [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Metamethods Metamethods]
* Metamethods


== Getting Started ==
== Getting Started ==
== Keywords and Identifiers ==
== Constants ==
== Comments ==
== Data Types ==
== Literals and Operators ==
== Expressions ==
== Intro to Functions ==
== Intro to Objects ==
== Scope ==
== Control Flow ==
== Exceptions ==
== Enums ==
== Arrays ==
== Tables ==
== Functions ==
== Generators ==
== Delegation ==
== Weak References ==
== Classes ==
== Inheritance ==
== Metamethods ==

Revision as of 00:51, 26 October 2023