Re: Re[2]: Read program from standard input

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

Aku writes:
> I want to do:
>
>  bzip2 -cd cth.ex.bz2 | ex
> ...
> Will it featured in 2.3 ?

When ex is running, standard input goes to the 
Euphoria program as file number 0. e.g. getc(0).
The interpreter can't simultaneously use standard input 
to read your source code, especially when reading the source
and executing are mixed together.

The bind/shroud programs will let you conceal your source.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

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

Search



Quick Links

User menu

Not signed in.

Misc Menu