Re: Hi I am back and some ?'s

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

>Hi all
>I am back trying to learn Euphoria,but I have some ?'s about it so here
>goes.

Kewl. :)

>(1) Are procedures like gosubs( they do a certian thing then go from
there)
>like this

Far as I know, the procedure is called upon by something in the
designated main procedure, and when the procedure is complete, it goes
back to the main procedure.

>(2) Are include files like calling a dll?

Umm... Its like include files in C, I guess. Just important procedures
to be defined before the actual program. Sorta like this:

include get.e <--- first, has i/o procedures
include whatever.e <-- second, but still important. no such thing that I
know of, but who's counting?

program:

get(0) -- keyboard input, called from get.e procedures.
blahblahblahetcetcetc, whoopee...

Yah. if you know, includes are before the program, etc, and you don't
put program: to define the main part of the program... :) Whether E
files pass info like DLL's, I wouldn't know, but they probably don't.

Yeah... that sounds right...

>Thanks in advance for the help.
>David Mosley

We're here to help! :)

===>=>"LEVIATHAN"<=<===

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

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

Search



Quick Links

User menu

Not signed in.

Misc Menu