Files
Toy/test/scripts/sample_code.toy

10 lines
88 B
Plaintext

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