10 lines
57 B
Plaintext
10 lines
57 B
Plaintext
1+1
|
|
|
|
define a (x) {
|
|
print "a(", x, ")\n"
|
|
}
|
|
|
|
a(10)
|
|
|
|
quit
|