Io: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
== Public Methods == | == Public Methods == | ||
=== void write(string) === | === static void write(string) === | ||
Output string to screen. Does not automatically add newlines. | Output string to screen. Does not automatically add newlines. | ||
[[Category:LUA Class Reference]] | [[Category:LUA Class Reference]] |
Revision as of 06:52, 21 December 2017
NOTE: This class is lowercase, ie: 'io'
Public Methods
static void write(string)
Output string to screen. Does not automatically add newlines.