Skip to content

Instantly share code, notes, and snippets.

View alxarsenault's full-sized avatar

Alexandre Arsenault alxarsenault

View GitHub Profile
int v = 1;
float v = 1.1;
bool v = true;
bool v = false;
string v = "abc";
string v = """abc""";
string v = '''abc''';
array v = [];
table v = {};