[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to detect EOFs in SEQ-files using M/C?
- Subject: Re: How to detect EOFs in SEQ-files using M/C?
- From: Mike Guidero <mike@bogus.net>
- Date: Sun, 08 Sep 2002 23:29:07 -0700
- Followup-to: comp.sys.apple2
- Newsgroups: comp.sys.apple2, comp.sys.cbm
- Organization: Posted via Supernews, http://www.supernews.com
- References: <3D7361C3.62826F2@t-online.de> <Fk0GujAfjOcO@ludens> <3D74EA44.8DB205DB@t-online.de> <al2qg1$1lvd8l$4@fu-berlin.de> <3D75D07C.F8DDD0CE@t-online.de> <Pine.LNX.4.44.0209041258460.10348-100000@lab.oregonvos.net> <al63i3$1n48k3$2@fu-berlin.de> <Pine.LNX.4.44.0209041941081.21085-100000@lab.oregonvos.net> <Pine.LNX.4.44.0209081905130.29418-100000@Oswego.FoxValley.net> <Pine.LNX.4.44.0209081656530.1830-100000@lab.oregonvos.net>
- User-agent: KNode/0.7.1
- Xref: archiver1.google.com comp.sys.apple2:22741 comp.sys.cbm:41617
Matthew Montchalin wrote:
> <cross-posted from comp.sys.cbm to comp.sys.apple2 for enlightenment>
>
> On Sun, 8 Sep 2002, Glenn P., wrote:
> | > Is pi intercepted also?
> |
> |PI isn't a variable. It is a keyword, albeit an unusual one, complete
> |with its own token. I believe it acts as a function with a fixed value.
>
> 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)
Mike