Renaming of samples from .wes to .chai
This commit is contained in:
5
samples/while.chai
Normal file
5
samples/while.chai
Normal file
@@ -0,0 +1,5 @@
|
||||
var i = 0
|
||||
while (i < 10) {
|
||||
print("i: " + i.to_string())
|
||||
i = i + 1
|
||||
}
|
Reference in New Issue
Block a user