[0.4.0] Import as (#775)

* Add import "..." for Variable as OtherName
This commit is contained in:
ruby
2020-12-03 09:34:36 -08:00
committed by GitHub
parent 6bd2f810e2
commit 3e0f71b742
6 changed files with 63 additions and 10 deletions

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>