2025-09-01 06:44:33 +10:00
|
|
|
set &myName "Nathaniel"
|
|
|
|
set &myAge 10
|
|
|
|
|
|
|
|
fun -list !split -string &str -string &determiner
|
|
|
|
set &x 2
|
|
|
|
set &y 5
|
|
|
|
add $x $y &x
|
2025-09-01 07:01:30 +10:00
|
|
|
return $x
|
2025-09-01 06:44:33 +10:00
|
|
|
endfun
|
|
|
|
|
2025-09-01 07:01:30 +10:00
|
|
|
@myLabel
|
|
|
|
jump %myLabel
|