reintroduce definition of fork; it doesn't shadow func(fork, ...).

This commit is contained in:
Simon Forman 2019-08-18 11:47:48 -07:00
parent a5fb17cc48
commit 7d44742317
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ dupdd == [dup] dipd
dupdipd == dup dipd
enstacken == stack [clear] dip
flatten == [] swap [concat] step
fork == [i] app2
fourth == rest third
gcd == true [tuck mod dup 0 >] loop pop
grabN == [] swap [cons] times