Jump to content

Draw a pixel: Difference between revisions

Add Icon and Unicon
(→‎{{header|VBA}}: +standard ML)
(Add Icon and Unicon)
Line 783:
"https://en.m.wikipedia.org/wiki/Main_Page", 320, 240, true)
}</lang>
 
=={{header|Icon}} and {{header|Unicon}}==
<lang unicon>#
# draw-pixel.icn
#
procedure main()
&window := open("pixel", "g", "size=320,240")
Fg("#ff0000")
DrawPoint(100, 100)
Event()
end</lang>
 
=={{header|IS-BASIC}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.