mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
For loops!
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user