forked from solstice/solstice
Half working stuff
This commit is contained in:
6
tests/count.hg
Normal file
6
tests/count.hg
Normal file
@@ -0,0 +1,6 @@
|
||||
number = 0
|
||||
|
||||
while number != 10 {
|
||||
number = number + 1
|
||||
puts number
|
||||
}
|
||||
@@ -1,2 +1,3 @@
|
||||
x = 5
|
||||
puts x
|
||||
y = 10
|
||||
puts x + y
|
||||
|
||||
Reference in New Issue
Block a user