Evaluate a JS string and get an optional result
the source code
auto ctx = new DukContext(); ctx.evalString("a = 42;"); assert(ctx.evalString!int("a = 1 + 2") == 3);
See Implementation
Evaluate a JS string and get an optional result