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.
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.