0< 0 0<=
0< ( val -- cond )  
ansi .6.1.0250 <CORE>
return a flag that is true if val is lower than zero
 simulate:
  : 0< 0 < ;

reference: p4_zero_less in ../src/core.c:0358, export CO 0<