diff --git a/playground/Demo10/Main.snow b/playground/Demo10/Main.snow new file mode 100644 index 0000000..ac302d8 --- /dev/null +++ b/playground/Demo10/Main.snow @@ -0,0 +1,13 @@ +function: main + return_type: int + body: + declare res: boolean = 8.1 == 7.1 + if res then + return 131 + else + return 666 + end if + + return 65537 + end body +end function \ No newline at end of file