Skip to content

Instantly share code, notes, and snippets.

@alxarsenault
Created October 8, 2024 16:39
Show Gist options
  • Save alxarsenault/39e132d097b66ff41c2c7fc21ff881c0 to your computer and use it in GitHub Desktop.
Save alxarsenault/39e132d097b66ff41c2c7fc21ff881c0 to your computer and use it in GitHub Desktop.
zscript doc test
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 = {};
// TODO: No sure about this yet.
char v = 'a';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment