Re: problems with the scoping in eu4

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

Hello Bill. I am a developer of EUPHORIA and I have tested this software hundreds of times. From experience, some interpreter bugs are difficult to produce. They can be unlikely to show their symptoms in similar contexts. A bug might appear to be fixed on one platform yet be broken on yours. At times the other developers can be skeptical of what you say. However, many of the code samples you supplied contained syntax bugs and it is impossible to track down a bug we cannot reproduce ourselves.

It would be helpful if you included a full source listing with the for and the contents of the ex.err file that gets created. Let us know which version of EUPHORIA you are using. There are several versions 4.0: released, release candidates, betas and alphas.

This source file executes without an error.

include std/console.e 
 
for i = 1 to 10 do  
  puts(1,sprintf("%d, ",2*i) ) 
end for  
for i = 1 to 20 do 
  puts(1,sprintf("%d, ",2*i) ) 
end for  
 
any_key() 

Shawn Pringle

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

Search



Quick Links

User menu

Not signed in.

Misc Menu