reintroduce definition of fork; it doesn't shadow func(fork, ...).
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user