Skip to content

Interpreter_1.2.5

Choose a tag to compare

@Tyill Tyill released this 31 Aug 20:36
· 5 commits to main since this release
04494af

added operator[] for 'vector' and 'map'.
example:
script = "a = Vector{1, 2, 3}; a[2]";
res = ir.cmd(script); // 3