Re: Minimalism and Euphoria
- Posted by ChrisB (moderator) Nov 01, 2014
- 2124 views
HI Derek
You are of course absolutely right, I tend to use for loops where I know how the progression will be, and infinite while loops with exits where I don't, so that was just laziness on my part.
incidentally my first prgram was on a commodore pet,
10 print "hello" 20 goto 10
I didn't know how to stop it, so panicked and turned the computer off!
I would probably have to do the same with your example too
Chris