mirror of
https://github.com/remko/waforth
synced 2025-01-14 08:01:34 +01:00
thurtle: Better flower
This commit is contained in:
parent
6402001a8d
commit
65c375b0d9
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ LOOP
|
||||||
;
|
;
|
||||||
|
|
||||||
: FLOWER ( n -- )
|
: FLOWER ( n -- )
|
||||||
12 0 DO
|
24 0 DO
|
||||||
DUP SQUARE
|
DUP SQUARE
|
||||||
30 RIGHT
|
15 RIGHT
|
||||||
LOOP
|
LOOP
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue