Colour bars/Display: Difference between revisions

Line 933:
[https://easylang.online/apps/_color_bars.html Run it]
 
<syntaxhighlight lang="text">col[] = [ 000 900 090 909 099 990 999 ]
col[] = [ 000 900 090 909 099 990 999 ]
w = 100.0 / len col[]
for i range= 1 to len col[]
color col[i]
move w * i 0
rect w 100
.
.</syntaxhighlight>
 
=={{header|Factor}}==
1,995

edits