--
You received this message because you are subscribed to the Google Groups "KTurtle; an educational programming environment" group.
To post to this group, send email to kdeedu-...@googlegroups.com.
To unsubscribe from this group, send email to kdeedu-kturtl...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/kdeedu-kturtle?hl=en.
we love to see code!
kindly,
cies.
learn arvore $niveis, $n {
forward 50
$n = $n+1
if ($n<$niveis) {
turnright 20
arvore $niveis, $n
turnleft 40
arvore $niveis, $n
turright 20
}
backward 50
}
arvore 5, 0