nondescript/tests/collections.nds

10 lines
116 B
Plaintext

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