Skip to content

Commit 6c8f5b5

Browse files
authored
Merge pull request #80 from RetiredWizard/GCReadme
update garbage collection info in README
2 parents 5015b37 + 2f4d799 commit 6c8f5b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,7 @@ Empty array value returned in line 30
263263
>
264264
```
265265

266-
As in all implementations of BASIC, there is no garbage collection (not surprising since all variables
267-
have global scope)!
266+
Since **all PyBasic variables have a global scope** and string memory is managed by the python interpreter, there is no garbage collection in PyBasic.
268267

269268
### Program constants
270269

0 commit comments

Comments
 (0)