RosettaCodeData/Task/Terminal-control-Cursor-positioning/00-TASK.txt
2023-07-01 13:44:08 -04:00

6 lines
294 B
Text

[[Terminal Control::task| ]]
;Task:
Move the cursor to column   '''3''',   row   '''6''',   and display the word   "Hello"   (without the quotes),   so that the letter   '''H'''   is in column   '''3'''   on row   '''6'''.
<br><br>