Re: Euphoria works???
- Posted by Irv <irv at ELLIJAY.COM> Oct 27, 2000
- 500 views
On Fri, 27 Oct 2000, Wayne Thompson wrote: > You mean I can just open up any text editor, like maybe Notepad, type it > some code, and it's ready to run? Don't you have to compile it? > The Euphoria that I downloaded came with very vague instructions. Is > there a list of commands and what they do? Like what's the difference in > print and printf? If you'll browse thru the euphoria directory, and open the folder named "html", you'll find all the commands very clearly documented. Start by clicking on the file named "library.html". Internet Exploder should display these pages for you. If you've never done _any_ programming before, only parts of this documentation will make sense. Start by playing with the parts that you do understand, and then experiment by adding new ones *one at a time* . (That's so you know exactly where to find the part that doesn't work). There's a reason every programming language tutorial starts out with "hello world", you know. Regards, Irv