From 2c3c4089f8aded9e1f66143910a8f05b1c222140 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 31 Jul 2025 12:43:48 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E6=94=B9=20Demo17=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=89=93=E5=8D=B0=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/Demo/Demo17/Main.snow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/Demo/Demo17/Main.snow b/playground/Demo/Demo17/Main.snow index 6171781..8c15d75 100644 --- a/playground/Demo/Demo17/Main.snow +++ b/playground/Demo/Demo17/Main.snow @@ -12,7 +12,7 @@ module: Main i = i + 1 body: if i % 2 == 0 then - print(i) + os.print(i) break end if end body