Re: Help me plz...

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

Hello Scott,

>Hello... My name Is Scott Husen and Im new to all parts of Euphoria. I
>wanted to know If anyone could give me a little help, By email Instant
>message or such.

I see someone pointed you to "A Beginners Guide To Euphoria"
by David Gay. I've heard good things about this guide but if
you still feel you need more help then feel free to email me
and I'll provide what help I can. Another good source is the
refrence manual and library document:
\Euphoria\HTML\refman.html
\Euphoria\HTML\library.html


>I know almost virtualy nothing about proggraming besides a
>SMALL bit obout variables.

Variables are a good place to start. In Euphoria there are
only 2 kinds of variables: ATOMs and SEQUENCEs.
    Atoms are just single numbers such as: 1, -5, 0.01, -93.25
A special kind of atom is the integer. Integers are any whole
numbers: 1, 2, 3, 0, -1, -3, 100, -111.
    Sequences are lists. These lists can be lists of atoms or
lists of other lists or any combination thereof. A sequence
can have any number of items (called elements) and even the
sequences within sequences can have more sequences in them.
The sequence is very flexible this way.

If you want more help like this then let me know. Otherwise
just read ABGTE(2) and/or write this Euphoria mailing list
for help.

later,
Lewis Townsend
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu