You are right, there is no WHILE command.
How to substitute. For example, this "WHILE" code
A=0
DO WHILE A <= 5
PRINT A
A=A+1
LOOP
can be substituted with
A=0
DO: IF A > 5 THEN END
PRINT A
A=A+1
GOTO DO
END:
Search found 3298 matches
- Mon Dec 24, 2012 4:27 am
- Forum: BASIC programs
- Topic: While command
- Replies: 3
- Views: 6800
- Flag:

- Sun Dec 23, 2012 7:01 am
- Forum: Other topics
- Topic: Happy New 2013 Year!
- Replies: 3
- Views: 932824
- Flag:

Re: Happy New 2013 Year!
I don't want to look like a free-loader, or anything resembling one, but I would like a copy of Magic Fractals, as well. Fractals have fascinated me for years. On the Amiga 500 computer , I typed one in from a book, and spents hours zooming in on the resulting fractal, to delve into the ever increa...
- Sun Dec 23, 2012 6:57 am
- Forum: Other topics
- Topic: Happy New 2013 Year!
- Replies: 16
- Views: 19624
- Flag:

Re: Happy New 2013 Year!
Please check your PM box.whitenite1 wrote:I would love to be able to acquire a copy of smartBASIC for the iPAD to use for programming in 2013 and beyond. Thank you.
- Fri Dec 21, 2012 7:08 pm
- Forum: Other topics
- Topic: Happy New 2013 Year!
- Replies: 3
- Views: 932824
- Flag:

Happy New 2013 Year!
As a New Year present, I am ready to give away Magic Fractals application for free. First 13 users who will ask for it here will receive promotional codes.
- Fri Dec 21, 2012 7:07 pm
- Forum: Other topics
- Topic: Happy New 2013 Year!
- Replies: 16
- Views: 19624
- Flag:

Happy New 2013 Year!
As a New Year present, I am ready to give away smart BASIC application for free. First 13 users who will ask for it here will receive promotional codes.
- Wed Nov 21, 2012 6:30 am
- Forum: BASIC docs & books
- Topic: Minimal BASIC documentation
- Replies: 3
- Views: 11665
- Flag:

Minimal BASIC documentation
This is the description of minimal BASIC (see next post). smart BASIC is based on this ECMA-55 standard.
- Mon Nov 19, 2012 11:28 pm
- Forum: Other topics
- Topic: Welcome to Magic Fractals forum!
- Replies: 2
- Views: 1759911
- Flag:

Welcome to Magic Fractals forum!
Welcome and please feel free to discuss relevant topics and share your beautiful fractal images!
- Mon Nov 19, 2012 11:09 pm
- Forum: Other topics
- Topic: Welcome to smart BASIC forum!
- Replies: 2
- Views: 6781
- Flag:

Welcome to smart BASIC forum!
Welcome and please feel free to discuss relevant topics here!