optimize gc

This commit is contained in:
ValKmjolnir
2023-07-10 20:34:21 +08:00
parent bce8148f60
commit eab84d5c0d
4 changed files with 86 additions and 40 deletions

View File

@@ -762,7 +762,7 @@ If get this, Congratulations!
This interpreter uses more strict syntax to make sure it is easier for you to program and debug.
And flightgear's nasal interpreter also has the same rule.
So do not use varibale without using `var` to declare it.
So do not use variable without using `var` to declare it.
In Andy's interpreter: