Files
wren/doc
Bob Nystrom 272273e539 docs: add IO class documentation with print, write, and read static methods
Add a new doc page for the IO class covering its three static methods:
IO.print() for printing multiple values with a trailing newline, IO.write()
for printing a single value without a newline, and IO.read() for reading a
line of text from the console with a prompt. Also update the core index page
and template sidebar to include a link to the new IO documentation.
2015-07-01 13:44:27 +00:00
..