neg? ( x -- ? )


Vocabulary
math

Inputs
xan object


Outputs
?a boolean


Word description
Pushes t if x is negative, else f

Definition

GENERIC: neg? ( x -- ? )


Methods