mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Updated README
This commit is contained in:
@@ -37,6 +37,9 @@ var foobar = 42;
|
|||||||
var foobar = foobar * 7;
|
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
|
//more examples to be added as the features are implemented
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user