On Wed, 2009-02-25 at 12:20 +0100, Marcus Bergstrom wrote:
> Howdy,
> 
> Is there a way to read std input using the haxe.neko API? I thought I  
> would try something out, but I can't
> find any info on this topic. Also, I know that the install.neko file  
> used for compiling neko does indeed wait
> for input, but is this only available if you write it directly in neko?
> 

fexample:

var inp = neko.io.File.stdin().readLine();
neko.Lib.print( inp+"\n" );


-- 
[)   |   5   |<   †   |2   3   3


--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to