If statements
This commit is contained in:
7
tests/if.hg
Normal file
7
tests/if.hg
Normal file
@@ -0,0 +1,7 @@
|
||||
if true {
|
||||
puts "huzzah"
|
||||
}
|
||||
|
||||
if false {
|
||||
puts "aww"
|
||||
}
|
||||
Reference in New Issue
Block a user