Jump to content

Draw a pixel: Difference between revisions

PascalABC.NET
(Added Uiua solution)
(PascalABC.NET)
Line 1,627:
(glEnd)))
</syntaxhighlight>
 
=={{header|PascalABC.NET}}==
<syntaxhighlight lang="pascal">
uses GraphWPF;
 
begin
Window.SetSize(320,240);
SetPixel(100,100,Colors.Red);
end.
</syntaxhighlight>
 
 
=={{header|Perl}}==
217

edits

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