Jump to content

Draw a pixel: Difference between revisions

Added Uiua solution
(Frink)
(Added Uiua solution)
Line 2,192:
PLOT 100,100
END</syntaxhighlight>
 
=={{header|Uiua}}==
{{works with|Uiua|0.10.0}}
Run it using Uiua Pad to see the teeny-weeny dot.
<syntaxhighlight lang="Uiua">
↯240_320_3 0
⍜(⊡[100 100]|[1 0 0]◌)
</syntaxhighlight>
 
=={{header|Uxntal}}==
102

edits

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