|
|
Line 1: |
Line 1: |
| == Overview == | | == Overview == |
| | blah blah blah |
|
| |
|
| <hr> | | <hr> |
|
| |
| == 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#Keywords_and_Identifiers Keywords and Identifiers]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Constants Constants]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Comments Comments]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Data_Types Data Types]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Literals_and_Operators Literals and Operators]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Expressions Expressions]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Intro_to_Functions Intro to Functions]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Intro_to_Objects Intro to Objects]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Scope Scope]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Control_Flow Control Flow]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Exceptions Exceptions]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Enums Enums]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Arrays Arrays]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Tables Tables]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Functions Functions]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Generators Generators]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Delegation Delegation]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Weak_References Weak References]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Classes Classes]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Inheritance Inheritance]
| |
| * [https://sigwiki.potato.tf/index.php/An_Introduction_to_Squirrel#Metamethods Metamethods]
| |
|
| |
|
| == Getting Started == | | == Getting Started == |