tmteam
tmteam
It wold be nice if nfun can parse such an expression: ``` delta(th) = if(th
``` x = if(true) { age = 42 name = 'vasa' size = m } else { age = 42 } out = x.age #ok. :int out2 = x.name #fails,...
Hi, thank for report. I discovered the issue and figure out that it is not a bug, but wrong error message text, and lack of diallect settings **Actual Nfun error...
Hi! As i see here - the func in the dictionary returns object, that means that `vars` function returns `any` type (object, in terms of C#) But as far as...
sorry for the late reply. Is the issue actual?
I'm not sure that i've understood your question clearly. What the input data do you mean? vectors file, library syntax or ... ?