12 lines
171 B
Plaintext
12 lines
171 B
Plaintext
set &myName "Nathaniel"
|
|
set &myAge 10
|
|
|
|
fun -list !split -string &str -string &determiner
|
|
set &x 2
|
|
set &y 5
|
|
add $x $y &x
|
|
return $x
|
|
endfun
|
|
|
|
@myLabel
|
|
jump %myLabel |