Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,30 @@
|
|||
[ ' [ this -1 peek
|
||||
this -2 peek **
|
||||
1 this tally
|
||||
done ]
|
||||
swap join
|
||||
0 join ] is expogen ( n --> [ )
|
||||
|
||||
[ ' [ this temp put
|
||||
temp share -3 peek do
|
||||
dup temp share share = iff
|
||||
[ drop
|
||||
temp share -2 peek do
|
||||
temp take replace ] again
|
||||
[ dup temp share share > iff
|
||||
[ temp share -2 peek do
|
||||
temp share replace ]
|
||||
again ]
|
||||
temp release
|
||||
done ]
|
||||
unrot
|
||||
dip nested
|
||||
dup dip nested
|
||||
do 3 times join ] is taskgen ( [ [ --> [ )
|
||||
|
||||
2 expogen
|
||||
3 expogen taskgen
|
||||
|
||||
20 times [ dup do drop ]
|
||||
10 times [ dup do echo sp ]
|
||||
drop
|
||||
Loading…
Add table
Add a link
Reference in a new issue