Thanks In your documentations (libary string) I see:
string list string_split(s : string, sep : string) and also in NekoML but > > Hello > > > > I am not able to work with list: whre can i find documentation on list > > selectors? > > There are no lists in Neko, only arrays. > You can encode lists by using arrays just like a linked list in C : > > $array(1,$array(2,$array(3,null))) > > 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 -- Neko : One VM to run them all (http://nekovm.org)
