diff --git a/Convention/[FLEE] b/Convention/[FLEE] index c9e2493..9082898 160000 --- a/Convention/[FLEE] +++ b/Convention/[FLEE] @@ -1 +1 @@ -Subproject commit c9e249379698b92caeeb9486ce07237f664f48ac +Subproject commit 90828989ad314808989605a159cb47d142b040d2 diff --git a/Convention/[RScript] b/Convention/[RScript] index 70051b4..3866cdd 160000 --- a/Convention/[RScript] +++ b/Convention/[RScript] @@ -1 +1 @@ -Subproject commit 70051b46a526730befb4748418dbf25fa6bfa135 +Subproject commit 3866cdd525175fc473dcaa9b1a539e20ebf176ae diff --git a/[Test]/Program.cs b/[Test]/Program.cs index 9a94f36..b3adf1e 100644 --- a/[Test]/Program.cs +++ b/[Test]/Program.cs @@ -1,5 +1,4 @@ using Convention.RScript; -using Flee.PublicTypes; using System; public class Program @@ -9,11 +8,13 @@ public class Program RScriptEngine engine = new(); RScriptImportClass import = new() { - typeof(Math) + typeof(Math), + }; + import.Add(typeof(ExpressionMath)); var result = engine.Run(@" -double i; -i = 2.0; +int i; +i = 2.2; label(test); goto(true,func1); goto(100>i,test);