def rasen1(sz:Int) { if(sz<200) { setPenColor(color(256-sz,0,sz)) forward(sz) ; left rasen1(sz+2) } } clear ; rasen1(10)