nondescript/tests/collections.nds

10 lines
117 B
Plaintext

// a test about collections, WIP
var returnlist = funct()
@[1, 2, 3, 4]
;
//expect:3.0
print (returnlist()[2]);