For loops!

This commit is contained in:
Bob Nystrom
2013-12-24 21:04:11 -08:00
parent 1e0401bfc1
commit e6e7b2594c
18 changed files with 404 additions and 163 deletions

View File

@ -26,8 +26,8 @@ Some people like to see all of the reserved words in a programming language in
one lump. If you're one of those folks, here you go:
:::wren
class else false fn for if is null
return static this true var while
break class else false fn for if in is
null return static this true var while
## Statement terminators