Re: Is this a bug or expected behavior?

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

There is only one STDIN, which by default comes from the keyboard. You can redirect it to accept input from a file. Changing the I/O devices is done by the OS prior to running your program.

But trace() can't work without keyboard input, so it grabs STDIN back, and keeps it.

So it's not a program bug, or a Euphoria bug. It's what should be expected.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu