diff --git a/Convention/[RScript] b/Convention/[RScript] index 3866cdd..e2ab2a1 160000 --- a/Convention/[RScript] +++ b/Convention/[RScript] @@ -1 +1 @@ -Subproject commit 3866cdd525175fc473dcaa9b1a539e20ebf176ae +Subproject commit e2ab2a1077b0bab915e31b108570d939ef7b4f18 diff --git a/[Test]/Program.cs b/[Test]/Program.cs index 7f47b3e..ed87f48 100644 --- a/[Test]/Program.cs +++ b/[Test]/Program.cs @@ -22,8 +22,7 @@ public class Program typeof(Test) }; var result = engine.Run(@" -int i; -i = 2; +int i= 2; label(test); goto(true,func1); goto(100>i,test);