10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
|
# Call the help desk
|
||
|
help
|
||
|
|
||
|
# Set a value to the internal variable
|
||
|
set --value 5
|
||
|
|
||
|
print # Print out the value
|
||
|
|
||
|
exit # Finish
|