Ok Ed. This is the stage I'm at.

10 LET denial = 1
20 LET anger = 0
30 GOTO 40
40 IF denial = 1 THEN GOTO 50
50 LET anger = anger + 1
60 PRINT "HATE, HATE, HATE, BUT LOATHE AUTODESK ENTIRELY!"
70 PRINT anger
80 IF anger >= 1 THEN GOTO 50
90 END

You can paste it here: http://www.calormen.com/jsbasic/ It runs. :)

Daniel
VFXM


On Tue, Mar 4, 2014 at 9:36 AM, Ed Manning <etmth...@gmail.com> wrote:

> Stage 1 lasted nearly 5 years. It's only natural to spend a few days in
> stage 2.
>
>
> The stages, popularly known by the acronym *DABDA*, include:
>
>

Reply via email to