10 graphic 0,1 20 for c=1 to 16 30 for b=0 to 7 40 color 1,c,b:print "rosetta code!" 50 next b:next c 60 color 1,0:end