This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
honeysuckle [2021/09/14 20:14] sanine [hs_throw_error] |
honeysuckle [2021/09/14 20:18] (current) sanine [hs_process_table] |
||
---|---|---|---|
Line 176: | Line 176: | ||
=== Stack Modifications === | === Stack Modifications === | ||
- | [-0, +0, -]< | + | [-0, +0, e]< |
=== Parameters === | === Parameters === | ||
Line 199: | Line 199: | ||
For the extremely common case of simply setting a variable, there are provided the functions '' | For the extremely common case of simply setting a variable, there are provided the functions '' | ||
+ | |||
+ | This function may throw an error if the provided index is not valid or is not a table. It may trigger metamethods in extracting values. | ||
=== Example === | === Example === | ||
Line 236: | Line 238: | ||
=== Stack Modifications === | === Stack Modifications === | ||
- | [-0, +1, -]< | + | [-0, +1, m]< |
=== Parameters === | === Parameters === | ||
Line 272: | Line 274: | ||
=== Stack Modifications === | === Stack Modifications === | ||
- | [-0, +0, -]< | + | [-0, +0, m]< |
=== Parameters === | === Parameters === | ||
Line 313: | Line 315: | ||
=== Description === | === Description === | ||
- | Similar to '' | + | Similar to '' |
===== hs_traceback ===== | ===== hs_traceback ===== |