Files
Toy/test/sample_code.toy

10 lines
84 B
Plaintext

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