We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fdd6ca3
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