We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
5a9ce54
Fixes not being able to use LUA_* as constants in switch expressions.
switch (status) { case LUA_ERRERR: break; }