In article
<
db4c37c6-b356-4514...@x19g2000yqf.googlegroups.com>,
Some lists of commands can be executed as if they were programs.
For example
\<< 1. "TRUE" >> EVAL
and
{ 1. "TRUE" } EVAL
will produce the same results, though the second uses considerably less
memory.
Where this is the case, it is a matter of style which one to use.
But for the above program, why not merely
\<< 1. FS? DUP "TRUE" "FALSE" IFTE />>
which will produce the same results?
--
"Ignorance is preferable to error, and he is less
remote from the- truth who believes nothing than
he who believes what is wrong.
Thomas Jefferson