Skip to content

Interpreter_1.2.3

Latest
Compare
Choose a tag to compare
@Tyill Tyill released this 24 Sep 04:05
· 3 commits to main since this release

added types into base_lib:

scenar = "a: int = 123; type(a)";
res = ir.cmd(scenar); // int

scenar = "b: str = "abc"; type(b)";
res = ir.cmd(scenar); // str