Re: QBasic --> Euphoria (again)

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

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

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

Search



Quick Links

User menu

Not signed in.

Misc Menu