Files
Toy/scripts/small.toy

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];
}