Skip to content

Commit e18c6c6

Browse files
docs: Dropping wavy circle example
1 parent c2274e9 commit e18c6c6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Commands/Get-Turtle.ps1

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,8 @@ function Get-Turtle {
100100
# Flowers get more dense as we decrease the angle and increase the repetitions.
101101
turtle Flower 50 5 (3..12 | Get-Random) 72
102102
.EXAMPLE
103-
# We can draw a wavy circle with multiple arcs
104-
turtle @(
105-
'ArcRight', 42, 72, 'ArcLeft', 60, 60 *
106-
(320/12)
107-
)
108-
.EXAMPLE
109-
# We can draw a pair of arcs and turn back after each one
110-
# We call this a 'petal'
103+
# We can draw a pair of arcs and turn back after each one.
104+
# We call this a 'petal'.
111105
turtle Petal 42 60
112106
.EXAMPLE
113107
# We can construct a flower out of petals

0 commit comments

Comments
 (0)