Comment on Code Golfing in Commodore BASICparentComments−dep_b2yYes it does but the amount of bytes the author speaks about regards the amount of characters used for storing the program. That's why he uses the : and removes the spaces.−larschdk2yThe stored version also uses token code points (single bytes >127), not literal tokens.
Comments
Yes it does but the amount of bytes the author speaks about regards the amount of characters used for storing the program. That's why he uses the : and removes the spaces.
The stored version also uses token code points (single bytes >127), not literal tokens.