Terminal control/Cursor positioning: Difference between revisions

Content deleted Content added
Category:Terminal Control
Forth
Line 15: Line 15:
20 REM So we subtract one from the coordinates
20 REM So we subtract one from the coordinates
30 PRINT AT 5,2 "Hello"</lang>
30 PRINT AT 5,2 "Hello"</lang>

=={{header|Forth}}==
<lang forth>2 5 at-xy ." Hello"</lang>


=={{header|PureBasic}}==
=={{header|PureBasic}}==