EP RScript/允许变量声明时赋值

This commit is contained in:
2025-10-16 11:58:47 +08:00
parent 8d6f96b99a
commit 8a4edfcb79
2 changed files with 2 additions and 3 deletions

View File

@@ -22,8 +22,7 @@ public class Program
typeof(Test) typeof(Test)
}; };
var result = engine.Run(@" var result = engine.Run(@"
int i; int i= 2;
i = 2;
label(test); label(test);
goto(true,func1); goto(true,func1);
goto(100>i,test); goto(100>i,test);