We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5015b37 + 2f4d799 commit 6c8f5b5Copy full SHA for 6c8f5b5
1 file changed
README.md
@@ -263,8 +263,7 @@ Empty array value returned in line 30
263
>
264
```
265
266
-As in all implementations of BASIC, there is no garbage collection (not surprising since all variables
267
-have global scope)!
+Since **all PyBasic variables have a global scope** and string memory is managed by the python interpreter, there is no garbage collection in PyBasic.
268
269
### Program constants
270
0 commit comments