Global functions

Most of the API provided by luaexts is scoped within an appropriately named global table. However, there are a number of global functions that are accessible without prefixing.

print(anything) → nil

Takes any number of arguments of any type, converts them to strings, and outputs those strings to the debugger’s output window with no other formatting.

say(anything) → nil

Exactly like print(), but appends a newline to whatever is output.

dml_print(anything) → nil

Similar to print(), but outputs using debugger markup language (DML).