Files
wren/example
Bob Nystrom 4e9b4349d6 feat: replace placeholder conditionals with actual hello world output in example
Remove two dead conditional branches that wrote "bad" and "bad2" when false, replacing them with a single unconditional call to io.write("Hello, world!") to serve as a proper introductory example for the Wren language.
2013-11-17 16:55:04 +00:00
..