5 lines
131 B
Text
5 lines
131 B
Text
# This will display a goodbye message on the terminal screen
|
|
.begin
|
|
display "Hello world!"
|
|
return
|
|
# This is the end of the script.
|