inline? ( obj -- ? )


Vocabulary
words

Inputs
objan object


Outputs
?a boolean


Word description
Tests if an object is inline.

Notes
Outputs f if the object is not a word.

Definition

: inline? ( obj -- ? ) "inline" word-prop? ; inline