An Introduction to Squirrel: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
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 ==

Revision as of 00:51, 26 October 2023

Overview

blah blah blah


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