?offset-of-slot ( name tuple -- n/f )


Vocabulary
classes.tuple

Inputs
namea string
tuplea tuple


Outputs
n/fan integer or f


Word description
Returns the offset of a tuple slot accessed by name, or f if no slot with that name.

Definition