[Neko] (no subject)

rossati at libero.it rossati at libero.it
Wed Apr 11 16:05:22 CEST 2007


Thank you

Where can I found this documentation?

best regards


> > Hello
> > 
> > I am using Neko, and i am not able to read a file:
> > 
> > source = $smake(2000);
> > source = file_contents("differ.txt");
> > Called from lolita.neko line 14
> > Uncaught exception - Invalid call
> > 
> > Also this code does'nt works:
> > 
> > var fl = file_open("differ.txt","r");
> > 
> > best regards
> 
> You first need to load the primitives :
> 
> file_contents = $loader.loadprim("std at file_contents",1);
> file_open = $loader.loadprim("std at file_open",2);
> 
> Nicolas
> 
> -- 
> Neko : One VM to run them all
> (http://nekovm.org)
> 


------------------------------------------------------
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada





More information about the Neko mailing list