gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
moved version.properties to a class subfolder to prevent conflicts
[mjc2wsl.git] / samples / pos-neg.mj
index 5bf3771..79fd454 100644 (file)
@@ -10,10 +10,12 @@ program P
                int x, i;
        { //---------- Initialize val
                val = new Table;
-               val.pos = new int[size]; val.neg = new int[size];
+               val.pos = new int[size]; 
+               val.neg = new int[size];
                i = 0;
                while (i < size) {
-                       val.pos[i] = 0; val.neg[i] = 0;
+                       val.pos[i] = 0; 
+                       val.neg[i] = 0;
                        i++;
                }
        //---------- Read values
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner