reintroduce definition of fork; it doesn't shadow func(fork, ...).
This commit is contained in:
parent
a5fb17cc48
commit
7d44742317
|
|
@ -22,6 +22,7 @@ dupdd == [dup] dipd
|
||||||
dupdipd == dup dipd
|
dupdipd == dup dipd
|
||||||
enstacken == stack [clear] dip
|
enstacken == stack [clear] dip
|
||||||
flatten == [] swap [concat] step
|
flatten == [] swap [concat] step
|
||||||
|
fork == [i] app2
|
||||||
fourth == rest third
|
fourth == rest third
|
||||||
gcd == true [tuck mod dup 0 >] loop pop
|
gcd == true [tuck mod dup 0 >] loop pop
|
||||||
grabN == [] swap [cons] times
|
grabN == [] swap [cons] times
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue