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

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

Oh, that's allright Ralf. It's just that I was always told to code 1 step at
a time. For example, in QBasic, if I want to code a program, I structurize
it:

' A Program

DECLARE SUB MainMenu ()
DECLARE SUB QuitScreen()

etc...

and in Euphoria, I have to do this:

-- A Program

include get.e

object menuselect
etc...

procedure QuitScreen ()

etc...

end procedure

procedure MainMenu ()

etc...

end procedure

MainMenu ()

Is this how to do it guys? I would have thought that Euphoria read all of
the code first, then ran the program.

- Nate Brooman
[nateb at log.on.ca]


-----Original Message-----
From: Ralf Nieuwenhuijsen <nieuwen at XS4ALL.NL>
To: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU>
Date: July 17, 1998 1:27 PM
Subject: Re: Those of us who are C'ly challenged :>


>>Listen, I code my way, you guys code your way.
>
>
>Didnt want to offend you, sorry.
>
>Ralf Nieuwenhuijsen
>nieuwen at xs4all.nl
>

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

Search



Quick Links

User menu

Not signed in.

Misc Menu