From be8e57ef607a584708326e670878ca3852fe277a Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 31 Jul 2025 12:43:55 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E6=94=B9=20Demo16=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/Demo16/Main.snow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/Demo/Demo16/Main.snow b/playground/Demo/Demo16/Main.snow index 0211f2d..4aa7b8d 100644 --- a/playground/Demo/Demo16/Main.snow +++ b/playground/Demo/Demo16/Main.snow @@ -12,7 +12,7 @@ module: Main i = i + 1 body: if i % 2 == 0 then - print(i) + os.print(i) end if end body end loop