Jump to content

Terminal control/Dimensions: Difference between revisions

PascalABC.NET
m (→‎{{header|Wren}}: Minor tidy)
(PascalABC.NET)
 
Line 587:
val width : int = 126
val height : int = 47</syntaxhighlight>
 
=={{header|PascalABC.NET}}==
<syntaxhighlight lang="delphi">
uses CRT;
 
begin
Println(WindowWidth,WindowHeight)
end.
</syntaxhighlight>
 
 
=={{header|Perl}}==
170

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.