forked from Hyperion/HyperionOS
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
print(text) Returns nil
|
|
Prints text to the terminal with a trailing \n
|
|
|
|
printInline(text) Returns nil
|
|
Same as print without the trailing \n
|
|
|
|
clear() Returns nil
|
|
Clears screen |