f55f27726c
Somewhat similar to c9d4b9965c
12 lines
62 B
Plaintext
12 lines
62 B
Plaintext
|
|
|
|
|
|
fn a(x) {
|
|
print x;
|
|
}
|
|
|
|
fn b() {
|
|
return 42;
|
|
}
|
|
|
|
a(b(), b()); |