Name

zero-less:core — ordinary primitive

Synopsis

FORTH

0< ( val -- cond )();
p4:"zero-less";

Description

return a flag that is true if val is lower than zero

 simulate:
  : 0< 0 < ;