forked from solstice/solstice
Fixes, rebrand
This commit is contained in:
7
tests/if.sols
Normal file
7
tests/if.sols
Normal file
@@ -0,0 +1,7 @@
|
||||
if 1 == 1 {
|
||||
puts "huzzah"
|
||||
}
|
||||
|
||||
if 5 == 10 {
|
||||
puts "aww"
|
||||
}
|
||||
Reference in New Issue
Block a user