7 lines
95 B
Text
7 lines
95 B
Text
|
|
# Project : Terminal control/Cursor positioning
|
||
|
|
|
||
|
|
for n = 1 to 5
|
||
|
|
see nl
|
||
|
|
next
|
||
|
|
see " Hello"
|