Files
Toy/test/sample_code.toy

10 lines
88 B
Plaintext

var complex: type = typeas [string: [int]];
var deep: type = typeas [[[ int ]]];