7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
fun !dingus -string -int &x
|
|
return "dinglefart"
|
|
endfun
|
|
|
|
call !dingus &e
|
|
println $e
|