[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: what does 'T' in opcodes 'OP_TFORCALL' and 'OP_TFORLOOP' mean?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 29 Nov 2014 10:37:38 -0200
> i know OP_TFORCALL and OP_TFORLOOP are used in implementing the generic for.
> i am just curious about what 'T' means here.
It's a historical legacy from the "table for-loop": for k,v in t do ... end.