mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
|
|
{
|
|
var t = astype [int];
|
|
var arr: t = [1, 2, 3.14];
|
|
}
|
|
|
|
{
|
|
var t = astype [string:int];
|
|
var dict: t = ["one": 1, "two": 2, "pi": 3.14];
|
|
}
|