added if_statements
This commit is contained in:
@@ -24,6 +24,8 @@ fun main(): int {
|
||||
simple_print(yet_another_declaration)
|
||||
simple_print("Hello World!\n")
|
||||
simple_print(1337)
|
||||
if (1 + 2 && false) simple_print("its true!")
|
||||
else simple_print("its false!")
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user