Api/minux.monitorprint()

From Minux Wiki
Revision as of 08:56, 28 September 2024 by Shorun (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

minux api that prints a single line to an attached monitor. good for server output.

unlike monitor.write this one acts more like print, moving to the next line when done.


usage:

minux.monitorprint(printstring)


arguments:

printstring - the string that should be printed


output:

prints said string on the attached monitor.