-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
This (and number optimization) conflicts with the
--preserveflag. Provide a warning if optimization + preservation is present.
It may be possible to "optimize" DATA statements a bit. (New optimizer.) Strings can be tested if quotes are required, and numbers can be reduced to the least required digits (may be part of the number optimization already).
Generally:
100 DATA "APPLE","BANANA","NAME:"," ",0.600... could be done as:
100 DATA APPLE,BANANA,"NAME:"," ",.6Notes:
:must be quoted- A quoted string in
DATAcan leave off the quote if it's the end of the statement. Best to not do this! ,must be quoted- Based on experimentation, everything else does not appear to require quotes
Metadata
Metadata
Assignees
Labels
No labels