Comments
Loading Dream Comments...
You must be logged in to write a comment - Log In
(1, 12, 20, 1, 7) [] "Hello World"
This will output the string "Hello World" in format 1 at a position 12 lines down, 20 characters across, using font 1 and colour 7 (grey). Format 1 is the default tty-alike output method, and interprets the left operand as a five-element array containing the y and x text screen coordinates, followed by the font number and colour. Other values for the first parameter cause bars, circles, and other geometric shapes, or sprites (pre-rendered bitmaps) to be output to the screen or current window/viewport.
The Quad I/O operator also allows keyboard and mouse input, and forms/dialog processing.
See hashtag #sheila for more documentation on ::SHE+ILA:: the homebrew retro operating system / programming language :)