nondescript/examples/test.nds

6 lines
66 B
Plaintext

var argcap = funct(n)
:result = funct() print n
;
argcap(5)();