offset-of-slot ( name tuple -- n )


Vocabulary
classes.tuple

Inputs
namea string
tuplea tuple


Outputs
nan integer


Word description
Returns the offset of a tuple slot accessed by name.

Errors
Throws a no-slot error if no slot with that name.

Definition