started writing examples for the syntax
This commit is contained in:
9
tests/conditionals.pla
Normal file
9
tests/conditionals.pla
Normal file
@@ -0,0 +1,9 @@
|
||||
depend "io.pla"
|
||||
|
||||
if (1 + 2 == 3) {
|
||||
print("The universe is functional!")
|
||||
}
|
||||
unless
|
||||
{
|
||||
print("WHAT, HOW")
|
||||
}
|
||||
Reference in New Issue
Block a user