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)
};
var result = engine.Run(@"
int i;
i = 2;
int i= 2;
label(test);
goto(true,func1);
goto(100>i,test);