gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 11dab96)
raw | patch | inline | side by side (parent: 11dab96)
author | Doni Pracner <quinnuendo@gmail.com> | |
Sat, 8 Feb 2014 12:04:33 +0000 (13:04 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Sat, 8 Feb 2014 12:04:33 +0000 (13:04 +0100) |
samples/ArrayTest.mj | patch | blob | history |
diff --git a/samples/ArrayTest.mj b/samples/ArrayTest.mj
index a098183e1b10ae4cddfe25e53202dfff08af994d..c55ffd19fbabf570d205cd289cb114f3f6d329e0 100644 (file)
--- a/samples/ArrayTest.mj
+++ b/samples/ArrayTest.mj
i++;
}
i = 0;
- while (i<max){
+ while (i<len(arr)){
print(arr[i],3);
i++;
}