Re: QBasic --> Euphoria (again)
- Posted by Jeff Zeitlin <jeff.zeitlin at MAIL.EXECNET.COM> Sep 01, 1998
- 643 views
On Tue, 1 Sep 1998 00:00:10 -0400, Doug Cox <cox.family at SK.SYMPATICO.CA> wrote: >While doing some porting from QBasic to Euphoria, >I came across some commands that I've been unable >to stick into Euphoria. If anyone could offer a Euphoria >equivalent to any of these, it would help a lot. >WINDOW (resizes graphics display) No equivalent. >OUT (sends information to a port, I believe) I believe you would have to write machine code for this. >ABS (gives the ABSolute value of a number) If this isn't one of the built-in math functions, you'll find that compare(x,0) will work just as well. >WAIT (??waits for information from ports??) I believe you would have to write machine code for this. -- Jeff Zeitlin jeff.zeitlin at mail.execnet.com