mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Change syntax for blocks -> fns.
This commit is contained in:
@ -1,6 +1,2 @@
|
||||
io.write(1 + 2)
|
||||
io.write(3 - 1)
|
||||
io.write(10 / 3)
|
||||
io.write(20 * 30)
|
||||
io.write("abc" + "def")
|
||||
io.write(1 + "string")
|
||||
if (false) io.write("bad2")
|
||||
if (false) io.write("bad")
|
||||
|
||||
Reference in New Issue
Block a user