Update local defs.txt.
This commit is contained in:
parent
737795acaa
commit
dab44e30b5
|
|
@ -5,7 +5,7 @@
|
||||||
|| nulco [nullary] dip [true] branch
|
|| nulco [nullary] dip [true] branch
|
||||||
!- 0 >=
|
!- 0 >=
|
||||||
<{} [] swap
|
<{} [] swap
|
||||||
<<{} [] rolldown
|
<<{} [] rollup
|
||||||
abs dup 0 < [] [neg] branch
|
abs dup 0 < [] [neg] branch
|
||||||
anamorphism [pop []] swap [dip swons] genrec
|
anamorphism [pop []] swap [dip swons] genrec
|
||||||
app1 grba infrst
|
app1 grba infrst
|
||||||
|
|
@ -87,6 +87,7 @@ sum [+] step_zero
|
||||||
swapd [swap] dip
|
swapd [swap] dip
|
||||||
swons swap cons
|
swons swap cons
|
||||||
swoncat swap concat
|
swoncat swap concat
|
||||||
|
sqr dup mul
|
||||||
tailrec [i] genrec
|
tailrec [i] genrec
|
||||||
take [] roll> [shift] times pop
|
take [] roll> [shift] times pop
|
||||||
ternary binary popd
|
ternary binary popd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue