@Petr "How big is memory block after _MEMFREE?" - I forget.
Kidding aside, like the other post confirmed, and QBasic was the same, which had the nice feature of the FRE() statement to check on memory usage.
@OldMoses I used to use CLEAR in QB. It worked great as a way to avoid using RUN to rerun a program. It was also a great way to zero all your variables, without creating a variable clearing routine. That was a perfect keyword for a run and gun programmer like me. I never kept track of my variable usage, and used hundreds of them for my largest apps. As for now? Now I avoid CLEAR; because unless it got a makeover in V2.0 (sorry, I haven't read the change log info yet), CLEAR in QB64 always failed to act properly. The same is (was?) true for the QB64 RUN statement. I'd like to mention what all those problems are (were?). One I believe was not resetting VIEW PRINT, and I think there were one or two others. It's just at my age, I tend to forget or conflate things. Not as bad as Joe Biden,
and his orange complexion and gold colored hair, but then I didn't start out dumb as a stump and crooked as the tree that used to be there.
Pete :D