diff --git a/playground/Demo6/Main.snow b/playground/Demo6/Main.snow index 829a49f..d83ff5d 100644 --- a/playground/Demo6/Main.snow +++ b/playground/Demo6/Main.snow @@ -3,8 +3,8 @@ module: Main parameter: return_type: int body: - - return 0 + declare b1 :int =-1 + return b1 end body end function end module \ No newline at end of file