Hello,Are there eval in K3 and K4? eval "2+2"4I suppose it is possible to make it via ..d, but I am sure there is abetter solution.-- Regards,? Alexander.
On Nov 8, 8:25?am, Alexander Epifanov <inv2…> wrote:> ? eval “2+2”> 4k4: ."2+2"4q:q)get"2+2"4eval in q means to execute a parse tree:k4: -6!(+;2;2)4q:q)eval(+;2;2)4</inv2…>
Is it possible to run parser or how to check if string has correct syntax?
.“{/}”
parse error