13 lines
65 B
Plaintext
13 lines
65 B
Plaintext
|
|
fn a(x) {
|
|
x + 20
|
|
}
|
|
|
|
fn x(x) {
|
|
x + a(9384)
|
|
}
|
|
|
|
a(0)
|
|
x(1)
|
|
|