Files
Chloride/tests/anonymous_function.ar

4 lines
72 B
Plaintext

term.log(()=10)
term.log((x)=10)
term.log((x,y)=10)
term.log((x,y,z)=10)