Re: problems with the scoping in eu4
- Posted by jimcbrown (admin) Jan 07, 2011
- 2039 views
coconut said...
jaygade said...
But otherwise, has anyone made a feature request of "when condition action"? It's just another wording for if/then in my book. It means the same thing.
And the keyword "break" as the same meaning as "exit" but it was added ...
Jacques
The idea of making 'exit' do the job of break was tossed around, but too much code would have broke.
while 1 do c = gets(h) if atom(c) then exit end if end while
Having the exit statement exit out of the if statement only would have broken old code. A LOT of old code.