Difference between revisions of "print"

From Inspired-Lua Wiki
Jump to navigation Jump to search
(Created page with "'''print''' is the lua function to 'send' (output) some text to the Lua console. On the Nspire handheld, it was redirected to the RS232 port until OS 3.1, and on the computer so...")
 
(No difference)

Latest revision as of 00:44, 19 June 2012

print is the lua function to 'send' (output) some text to the Lua console.

On the Nspire handheld, it was redirected to the RS232 port until OS 3.1, and on the computer software, starting from version 3.2, the print function outputs to the Lua debugging console in the integrated SDK.