Commodore 64 Guides
pickledlight.blogspot.com
Commodore 64 Guides
1–10 of 37 posts
Re: Commodore 64 Guides
#2Re: Commodore 64 Guides
#3Re: Commodore 64 Guides
#4Re: Commodore 64 Guides
#5Re: Commodore 64 Guides
#6> 50 IFHFWhich clearly, from context, are supposed to be:
> 50 IF HF Is this a typesetting error or did the original text do it that way for some reason? Just to emphasize that BASIC's interpreter didn't care?
Re: Commodore 64 Guides
#7Re: Commodore 64 Guides
#8How come the code listings seem to have removed spaces between keyword tokens? Like, for example, on page 185 you have lines like: > 50 IFHF Which clearly, from context, are supposed to be: > 50 IF HF Is this a typesetting error or did the original text do it that way for some reason? Just to emphasize that BASIC's interpreter didn't care?
Re: Commodore 64 Guides
#9How come the code listings seem to have removed spaces between keyword tokens? Like, for example, on page 185 you have lines like: > 50 IFHF Which clearly, from context, are supposed to be: > 50 IF HF Is this a typesetting error or did the original text do it that way for some reason? Just to emphasize that BASIC's interpreter didn't care?
I can verify that it's that way (without the spaces) in the original. Sometimes you had to do it to fit all the code in two screen lines, because that was the maximum line length. So it probably became a habit for some programmers.