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

Re: Basic Program Apple II



On Sun, 24 Sep 2006, Raoul Vantomme wrote:



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

For most MS BASIC use caret (^) instead.

-uso.