RosettaCodeData/Task/Terminal-control-Cursor-positioning/Blast/terminal-control-cursor-positioning.blast
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

6 lines
150 B
Text

# This will display a message at a specific position on the terminal screen
.begin
cursor 6,3
display "Hello!"
return
# This is the end of the script