Periodic table: Difference between revisions

m
→‎{{header|Quackery}}: tidied up code layout
m (→‎{{header|Quackery}}: tidied up code layout)
Line 2,120:
find
18 /mod 1+ dip 1+
join nested swap dip join ] ] now! ] ] is task ( n --> [ )
swap dip join ] ] now! ] ] is task ( n --> [ )
 
' [ 1 2 29 42 57 58 59 71 72 89 90 103 113 ]
witheach [ dup echo say " -> " task echo cr ]</syntaxhighlight>
witheach
[ dup echo say " -> " task echo cr ]</syntaxhighlight>
 
{{out}}
1,483

edits