From d892437deb14b6581587d67c0bde15240646066b Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 25 Jun 2025 15:15:37 +0800 Subject: [PATCH] =?UTF-8?q?test=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/Demo10/Main.snow | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/playground/Demo10/Main.snow b/playground/Demo10/Main.snow index ac302d8..0627e12 100644 --- a/playground/Demo10/Main.snow +++ b/playground/Demo10/Main.snow @@ -1,13 +1,10 @@ function: main return_type: int body: - declare res: boolean = 8.1 == 7.1 + declare res: boolean = 8b == 7b if res then return 131 - else - return 666 end if - return 65537 end body end function \ No newline at end of file