We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f78eb4 commit 1d31f3bCopy full SHA for 1d31f3b
blog/2024-10-01-local-variables.md
@@ -383,7 +383,7 @@ Scope {
383
}
384
```
385
386
-After the scope analysis is finished we compile our code for the VM.
+After the scope analysis is finished, we compile our code for the VM.
387
When we encounter a variable that can be local, we assign it a register.
388
When we encounter a variable that cannot be local, we use or old VM operations for our scopes storage.
389
0 commit comments