Re: Those of us who are C'ly challenged :-

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

>Well, one reason Euphoria/Win32 is so weakly developed is because Eu32
>f***ks up the screen.

with the wrong videocard... (I suppose)

>
>One main reason why I think that C is better then Eu is that you can
declare
>stuff below the initial procedure. I.E.:
>
>int main()
>{
>printf("Hello\n");
>goaway();
>}
>
>goaway()
>{
>printf("\nGo away now!\n");
>}
>
>and it's bound to work.

C has a autogoto thingy?

>...But I get errors in Eu by typing:
>
>procedure hello()
>
>  clear_screen()
>  puts(1,"Hello!\n")
>  goaway()
>end procedure
>
>procedure goaway()
>
>  puts(1,"\nGo away now!\n")
>
>end procedure
>

Duh, sounds like we aren't using a goto-type statement... Is there one?
Rob?

>You know why it does this David? I can structurize Eu, but not like the
>previous example (why is this Rob?)
>
>- Nate Brooman
>[nateb at log.on.ca]
>

- "LEVIATHAN"

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

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

Search



Quick Links

User menu

Not signed in.

Misc Menu