[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Executable text files



The Applesoft interpreter won't like <tab> characters either! The result 
will be "?SYNTAX ERROR".

It's been a while since I've used BBedit, but many text editors have an 
option to insert spaces when the <tab> key is pressed. This would leave the 
code looking neater while keeping the interpreter happy.

Or you could just strip <tab> characters when you remove the "extra" 
<return> as Ed suggested.
-- 
Peter Watson
-- Write to MSDOS disks on the Apple IIgs?
-- Impossible!  ;-)


"Ed Eastman" <noone@nowhere.net> wrote in message 
news:cv95lf$qj1$1@unlnews.unl.edu...
> So I believe the answer is yes, Applesoft will require you enter complete 
> program lines in one line, just the way you have to type them in.
>
> However, if you want work the way this example shows, consider putting 2 
> (or more) returns between separate lines then use your word processor to 
> eliminate the 'double' enters and leave single enters before you 'run' it.
>
> Just a thought,
> Thankx,
> Ed