7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
fun !dingus -string
|
|
return "dingus"
|
|
endfun
|
|
|
|
call !dingus &e
|
|
println $e
|