mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
commit
682fef60e9
@ -556,7 +556,7 @@ for item in *items do print item
|
||||
for j = 1,10,3 do print j
|
||||
```
|
||||
|
||||
A for loop can also be used an expression. The last statement in the body of
|
||||
A for loop can also be used as an expression. The last statement in the body of
|
||||
the for loop is coerced into an expression and appended to an accumulating
|
||||
array table.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user