Re: More info on carriage return problem
- Posted by Alan Tu <ATU5713 at COMPUSERVE.COM> Aug 12, 1998
- 601 views
Hello, Im very new to Euphoria and i was wondering wich file do i need to= run in the bin directory where i enter all the code and stuff, and then h= ow do i compile it? Simple. Type ex ed It'll ask for a filename. If you're creating a new document, then enter = a new name. There's no such thing as "compile", technically, in Euphoria. = You can turn your program into an .EXE file, but that's not compiling, in= Euphoria. That simply attaches the interpreter to your program. View c:\euphoria\doc\bind.doc for more info. Hope this helps. --Alan =