mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
fix typo
This commit is contained in:
parent
314272c376
commit
9c5940d439
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user