[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to detect EOFs in SEQ-files using M/C?
"Matthew Montchalin" <mmontcha@OregonVOS.net> wrote in message
Pine.LNX.4.44.0209090016560.14611-100000@lab.oregonvos.net">news:Pine.LNX.4.44.0209090016560.14611-100000@lab.oregonvos.net...
> ||> Hmmmm. How is pi represented on the Apple II? There has to be a story
> ||> in here somewhere. Are not most basic languages for the Apple II soft-
> ||> loaded? How do they handle pi? Surely they don't use a whole token
> ||> just for pi?
> ||
> ||Hmm, in Applesoft, I always used pi = 4 * atn(1)
> |
> |But that only goes to show that the letters 'pi' are not intercepted
> |and turned into a token. Um, Applesoft probably uses tokens, or
> |maybe it doesn't?
>
> And so long as I ended up in comp.sys.apple2, here is one for the
> memories: how much did the various Applesoft Basics go for, when
> they first came out?
>
Applesoft BASIC came with the Apple II+, IIe, IIc, IIc+ and IIgs in ROM.
It was written by Microsoft and it used tokens (128 to 234). There is no 'pi'
token.
The earlier Apple II model came with Integer BASIC in ROM. It was written by
Steve Wozniak, I believe. When Applesoft first came out, a RAM version was
included with the system software.
With ProDOS Apple included BASIC.SYSTEM (there were several versions) which I
believe interfaces Applesoft to the disk operating system and also fixed a
couple of bugs.
Charlie