🌐Global Functions
print
Arguments
Name
Type
Description
print('Hello world!', 123); -- prints out "Hello world! 123" to the consoleerror
Arguments
Name
Type
Description
Last updated
print('Hello world!', 123); -- prints out "Hello world! 123" to the consoleLast updated
error('Can't recover from this one! Error: ' .. tostring(123));