Added a warning system to Lua
The warning system is just a way for Lua to emit warnings, messages to the programmer that do not interfere with the running program.
This commit is contained in:
Reference in New Issue
Block a user
The warning system is just a way for Lua to emit warnings, messages to the programmer that do not interfere with the running program.