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