Web Turtle
; Example 10 - Tree ; L is the depth of branching... LET L 6 GO TREE END # TREE DRAW L*5 LET L L-1 IF L > 0 LEFT 45 REPEAT 3 REMEMBER PUSH L GO TREE POP L GOBACK RIGHT 45 NEXT ENDIF RETURN
Input 1:
Input 2:
Input 3:
Input 4:
Input 5:
Input 6:
Input 7:
Input 8:
Input 9:
HELP!
|
Home
|
Comments?
"Web Turtle," created by
Bill Kendrick
, 1997-2017.