From bea8a65c8e03345344d374b9adc373978c8e6fa7 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 12 Jun 2025 22:18:16 +0800 Subject: [PATCH] =?UTF-8?q?test=20:=20=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/Demo7/Main.snow | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/playground/Demo7/Main.snow b/playground/Demo7/Main.snow index ef4ebf0..aae7e15 100644 --- a/playground/Demo7/Main.snow +++ b/playground/Demo7/Main.snow @@ -4,9 +4,7 @@ module: Main return_type: boolean body: declare b1 :boolean = true - declare b2 :boolean = !b1 - - return b2 + return !b1 end body end function end module \ No newline at end of file