Commit Graph
3 Commits
Author SHA1 Message Date
Bob Nystrom bcd4df7e25 feat: make IO.printAll public and require parentheses on IO.read
Rename private `printList_` to public `printAll` across all overloaded `IO.print` methods in both Wren source and embedded C string. Update `IO.read` to require explicit `()` call syntax in test and documentation. Revise IO documentation to clarify `print`, `printAll`, `write`, and `read` semantics with updated examples.
2015-07-18 21:09:00 +00:00
Bob Nystrom b1c9231b5a docs: fix code block language annotations, method formatting, and footer credits in documentation site 2015-07-01 15:11:10 +00:00
Starbeamrainbowlabs d22a1ade58 chore: rename temporary file to final filename after successful write 2015-06-28 18:45:55 +00:00