> Thanks > > In your documentations (libary string) I see: > > string list string_split(s : string, sep : string) > > and also in NekoML
a 'list in Neko means a linked array structure like I shown you. This is also the way NekoML lists are encoded. Nicolas -- Neko : One VM to run them all (http://nekovm.org)
