Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
16
Task/Pentagram/EasyLang/pentagram.easy
Normal file
16
Task/Pentagram/EasyLang/pentagram.easy
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
xp = 10
|
||||
yp = 60
|
||||
linewidth 2
|
||||
move xp yp
|
||||
while angle < 720
|
||||
x = xp + cos angle * 80
|
||||
y = yp + sin -angle * 80
|
||||
line x y
|
||||
f[] &= x
|
||||
f[] &= y
|
||||
xp = x
|
||||
yp = y
|
||||
angle += 144
|
||||
.
|
||||
color 900
|
||||
polygon f[]
|
||||
Loading…
Add table
Add a link
Reference in a new issue