Terminal control/Cursor positioning: Difference between revisions

m
Moved Wren entry into correct alphabetical order.
m (→‎{{header|Wren}}: Changed to Wren S/H)
m (Moved Wren entry into correct alphabetical order.)
Line 868:
1:
pop ret ;Pop counter and return</syntaxhighlight>
 
=={{header|Wren}}==
<syntaxhighlight lang="wren">System.write("\e[2J") // clear the terminal
System.print("\e[6;3HHello") // move to (6, 3) and print 'Hello'</syntaxhighlight>
 
=={{header|XPL0}}==
Line 875 ⟶ 879:
Text(0, "Hello"); \upper-left corner is coordinate 0, 0
]</syntaxhighlight>
 
=={{header|Wren}}==
<syntaxhighlight lang="wren">System.write("\e[2J") // clear the terminal
System.print("\e[6;3HHello") // move to (6, 3) and print 'Hello'</syntaxhighlight>
 
=={{header|Z80 Assembly}}==
9,485

edits