10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
fun -string !test
|
|
stdout "this was called by a function!!!!\n"
|
|
return
|
|
endfun
|
|
|
|
call !test
|
|
set &x 2
|
|
set &y 3
|
|
add $x $y &x
|
|
end $x |