Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
26
Task/Pentagram/Quackery/pentagram.quackery
Normal file
26
Task/Pentagram/Quackery/pentagram.quackery
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[ $ "turtleduck.qky" loadfile ] now!
|
||||
|
||||
[ [ 1 1
|
||||
30 times
|
||||
[ tuck + ]
|
||||
swap join ] constant
|
||||
do ] is phi ( --> n/d )
|
||||
|
||||
[ 5 times
|
||||
[ 2dup walk
|
||||
1 5 turn
|
||||
2dup walk
|
||||
3 5 turn ]
|
||||
2drop ] is star ( n/d --> )
|
||||
|
||||
[ 5 times
|
||||
[ 2dup walk
|
||||
2 5 turn ]
|
||||
2drop ] is pentagram ( n/d --> )
|
||||
|
||||
turtle
|
||||
' [ 79 126 229 ] fill [ 200 1 star ]
|
||||
10 wide
|
||||
-1 10 turn
|
||||
200 1 phi v* phi v* pentagram
|
||||
1 10 turn
|
||||
Loading…
Add table
Add a link
Reference in a new issue