This commit is contained in:
leaf corcoran 2014-01-02 22:27:06 -08:00
parent 314272c376
commit 9c5940d439

View File

@ -644,7 +644,7 @@ have_coins = false
if have_coins then print "Got coins" else print "No coins"
```
Because if statements can be used as expressions, this can able be written as:
Because if statements can be used as expressions, this can also be written as:
```moon
have_coins = false