SAVE
Syntax: SAVE stringFilenameExpression
Saves program in tokenised format. Tokenised programs occupy less space and load much quicker since they don't need to be interpreted again. Tokenised programs are loaded using the LOAD command.
Example
SAVE "LocalFile.lis"
SAVE "http://www.mobilebasic.com/upload.exe?filename=xyz"
|