lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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.