Terminal control/Cursor positioning: Difference between revisions

PascalABC.NET
m (Moved Wren entry into correct alphabetical order.)
(PascalABC.NET)
 
Line 631:
end.
</syntaxhighlight>
 
=={{header|PascalABC.NET}}==
<syntaxhighlight lang="delphi">
uses CRT;
 
begin
GotoXY(3,6);
Write('Hello')
end.
</syntaxhighlight>
 
 
 
=={{header|Perl}}==
161

edits