Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
21
Task/Sierpinski-triangle/FALSE/sierpinski-triangle.false
Normal file
21
Task/Sierpinski-triangle/FALSE/sierpinski-triangle.false
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{ print spaces; in:n }
|
||||
[[$0>][" " 1-]#%]w:
|
||||
|
||||
{ left shift; in:x,y out:x<<y }
|
||||
[[$0>][\2*\ 1-]#%]l:
|
||||
|
||||
1 4 l;! { SIZE = 1<<4 }
|
||||
|
||||
$ { y = SIZE }
|
||||
[$0>] { y > 0 }
|
||||
[1-
|
||||
$w;!
|
||||
1ø { x = SIZE }
|
||||
[$0>]
|
||||
[1-
|
||||
1ø$2ø\-&0= { !((x - y) & y) }
|
||||
$ ["* "]?
|
||||
~ [" "]?
|
||||
]#%
|
||||
10,
|
||||
]#%%
|
||||
Loading…
Add table
Add a link
Reference in a new issue