Re: problems with the scoping in eu4

new topic     » goto parent     » topic index » view thread      » older message » newer message
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.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu