6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
base :print! ("Hello from Prelude")
|
|
|
|
fn add (x, y) -> base :add (x, y)
|
|
|
|
#{add}
|