Rainbow: Difference between revisions

214 bytes added ,  11 months ago
added Arturo
m (→‎{{header|Factor}}: remove vestigial vocabulary)
(added Arturo)
Line 2:
 
;Task: Print out the word 'RAINBOW' to the screen with every character being a different color of the rainbow.
 
=={{header|Arturo}}==
 
<syntaxhighlight lang="arturo">loop [
#red "R"
#orange "A"
#yellow "I"
#green "N"
#blue "B"
#indigo "O"
#violet "W"
] [c l] -> prints color c l</syntaxhighlight>
 
=={{header|BASIC}}==
1,532

edits