lua-users home
lua-l archive

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


> I read that and already figured it would be opcode instructions. But
> in the case when a number is provided, the mask is ignored, but still
> checked. From what I read I tried a nil value for mask, but that
> failed with a "string expected" error.

The mask is not ignored when a number if provided, as your own example
showed (hooks are called for every line *and* for every n-th instruction).

-- Roberto