[comp.lang.forth] Forward reference?

UNBCIC@BRFAPESP.BITNET (02/27/91)

*> : missing  bl word  find  nip  0=  ;
 > missing 0<  .if  : 0<  0 <  ;  .then
*> missing 0=  .if  : 0=  0 =  ;  .then
 > missing 0>  .if  : 0=  0 >  ;  .then
 > etc.

Some day I will build a communication program upon a huge system, like FPC, and
add a feature to test compilation of a marked text....

> A long time ago, I proposed including all the conditionals (< > = <= >= U<
> U> U<= U>= 0< 0> 0= 0<= 0>=) in ANS Forth, but it didn't pass.

Very sad. :-(
Anyway, what did you mean with (< (not a rethorical question)?

>Mitch Bradley, wmb@Eng.Sun.COM

                              (8-DCS)
Daniel C. Sobral
UNBCIC@BRFAPESP.BITNET