mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added tables to integration tests, tweaked a lot of comments
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//standard example
|
||||
//standard example, using 'while' instead of 'for', because it's not ready yet
|
||||
|
||||
var counter: int = 1;
|
||||
|
||||
while (counter <= 100) {
|
||||
|
||||
Reference in New Issue
Block a user