Welcome Guest. Please Login or Register. Apr 1st, 2018, 04:07am
ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018. We apologize Conforums does not have any export functions to migrate data. Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.
Thank you Conforums members.
Speed up Liberty BASIC programs by up to ten times!
Compile Liberty BASIC programs to compact, standalone executables!
Overcome many of Liberty BASIC's bugs and limitations!
End
« Thread started on: Sep 19th, 2016, 06:09am »
How does LBB handle program termination? Does it close any open windows or files? Does an 'end' statement do anything different than an implied 'end' or a close event? Sorry for asking so many questions in the same post!
How does LBB handle program termination? Does it close any open windows or files? Does an 'end' statement do anything different than an implied 'end' or a close event?
I'm away from home so this is not authoritative, but I don't think the END statement closes any windows or files (unless of course there's a NOMAINWIN or it's in a compiled EXE, in which case END terminates the program and closes everything).