Updated README

This commit is contained in:
2024-11-02 11:52:54 +11:00
parent 7173f7770f
commit ef72415c21

View File

@@ -37,6 +37,9 @@ var foobar = 42;
var foobar = foobar * 7;
}
//the types default to 'any' but can be specified if needed (same with constants)
var immutable: string const = "Foobar";
//more examples to be added as the features are implemented
```