From 8a4edfcb79e6df00e8f6562c1a0200bb301f5b57 Mon Sep 17 00:00:00 2001 From: ninemine <1371605831@qq.com> Date: Thu, 16 Oct 2025 11:58:47 +0800 Subject: [PATCH] =?UTF-8?q?EP=20RScript/=E5=85=81=E8=AE=B8=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E5=A3=B0=E6=98=8E=E6=97=B6=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Convention/[RScript] | 2 +- [Test]/Program.cs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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);