1. Re: EUPHORIA Digest - 18 Feb 1997 to 19 Feb 1997
- Posted by Steve Elder <SteveElde at AOL.COM> Feb 20, 1997
- 1181 views
>The variable halt is declared as an atom (could be an integer), and the function input >also returns an atom (or an integer). So to test the value of halt you need to test for >an integer. This means you have to write: while halt = 1 do, without quotes around >the 1. I tried it without the quotes. When I double click on the icon, the screen goes blank for a couple seconds, then returns to Windows Explorer without starting the program. It runs OK with the quotes, but doesn't repeat. Steve Elder