Skip to content

Commit

Permalink
Add one more regard on the interactive shell
Browse files Browse the repository at this point in the history
  • Loading branch information
katcipis committed Sep 18, 2017
1 parent 4b73d06 commit 0034e43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proposal/1-scope-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,8 @@ fn list() {
```

The **var** option requires more writing for the common
case of declaring new variables, but makes closures pretty
case of declaring new variables (specially on the interactive shell
this is pretty annoying), but makes closures pretty
natural to write, you just manipulate the variables
that exists lexically on your scope, like you would do
inside a **if** or **for** block.
Expand Down

0 comments on commit 0034e43

Please sign in to comment.