docs; update reserved words list

This commit is contained in:
underscorediscovery
2020-07-10 20:35:29 -07:00
parent 786e4c8ed4
commit c726f7a26c
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -43,7 +43,7 @@ One way to get a quick feel for a language's style is to see what words it
reserves. Here's what Wren has:
<pre class="snippet">
break class construct else false for foreign if import
as break class construct else false for foreign if import
in is null return static super this true var while
</pre>