New features and bug fixes

- Fix import (`imp`) bug-
- Add is in parameter available (`isi`) statement
- Add is out parameter available (`iso`) statement
This commit is contained in:
Stone_Red
2022-03-24 21:16:32 +01:00
parent 83f99d4dd5
commit 0a4406d21f
8 changed files with 166 additions and 5 deletions
@@ -27,8 +27,6 @@ namespace YesNt.Interpreter.Statements
public void GetPi(string args)
{
args += " ";
args = args.Replace("%pi ", $"{Math.PI} ");
RuntimeInfo.CurrentLine = args.TrimEnd();