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

Re: Applesoft Basic IDE



> I never used those, either...I thought embedding control characters was a
> bit sloppy and/or lazy.  All those MicroSPARC programs that had that
line...
>
> nn D$ = "" : REM THERE IS A CONTROL-D IN THERE
>
> seemed like it was counter-productive...why not just use...
>
> nn D$ = CHR$(4)