mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-09 23:43:16 +02:00
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:
@@ -27,8 +27,6 @@ namespace YesNt.Interpreter.Statements
|
||||
public void GetPi(string args)
|
||||
{
|
||||
args += " ";
|
||||
|
||||
|
||||
args = args.Replace("%pi ", $"{Math.PI} ");
|
||||
|
||||
RuntimeInfo.CurrentLine = args.TrimEnd();
|
||||
|
||||
Reference in New Issue
Block a user