Name

zero-equal:core — ordinary primitive

Synopsis

FORTH

0= ( val -- cond )();
p4:"zero-equal";

Description

return a flag that is true if val is just zero

 simulate:
  : 0= 0 = ;
 

dpANS .6.1.0270 - standard forth word