forked from ground/ground
7 lines
106 B
Plaintext
7 lines
106 B
Plaintext
fun -int !dingle -string &silly
|
|
stdlnout &silly
|
|
return 10
|
|
endfun
|
|
|
|
stdlnout "This is outside the function"
|