Add examples and move tests to the tests/ folder
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
let i = 0
|
||||
while i < 3: {
|
||||
true
|
||||
i = i + 1
|
||||
}
|
||||
Reference in New Issue
Block a user