Terminal control/Clear the screen: Difference between revisions

(Added Delphi example)
Line 872:
$clear = $terminal->Tputs('cl');
print $clear;</lang>
 
<lang perl>#on Windows using Powershell or WT.exe
system('cls');</lang>
 
=={{header|Phix}}==