[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Basic Program Apple II
- Subject: Basic Program Apple II
- From: "Raoul Vantomme" <raoul.vantomme@telenet.be>
- Date: Sun, 24 Sep 2006 19:20:53 GMT
- Newsgroups: comp.sys.apple2
- Organization: Telenet Internet
- Xref: g2news2.google.com comp.sys.apple2:13152
I have a book "32 Basic Programs for the Apple Computer" - Tom Rugg and Phil
Feldman - 1981
Program CURVE
There are several lines with an arrow up inside.
Example:
line 610 P(J)=P(J)+X(K)*X(K) ---arrow up--- (J-1):NEXT:NEXT
How can I translate this in Quickbasic?
Thanks