9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
term.log("hello world")
|
|
term.log(()=10)
|
|
term.log((x)=10)
|
|
term.log((x,y)=10)
|
|
term.log((x,y,z)=10)
|
|
term.log(a()=10)
|
|
term.log(b(x)=10)
|
|
term.log(c(x,y)=10)
|
|
term.log(d(x,y,z)=10) |