Files
Toy/test/sample_code.toy
2022-08-30 04:51:28 +10:00

10 lines
84 B
Plaintext

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