start | all-pages
choose
Data Stack: fpp-
Address Stack: -
+choose takes a flag and two pointers. The first pointer will be
called if the flag is true, the second will be called if the
flag is false.
Example:
n:even? [ 'Yes,_its_even ] [ 'No,_its_odd ] choose s:put
Type: word
Defined In: rom