X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=blobdiff_plain;f=samples%2FArrayTest.mj;fp=samples%2FArrayTest.mj;h=0000000000000000000000000000000000000000;hp=c55ffd19fbabf570d205cd289cb114f3f6d329e0;hb=77e39fac55f1a366814d35e75659cb6d88cca4e1;hpb=306587b78e421a7221952e44adde831723748e4c diff --git a/samples/ArrayTest.mj b/samples/ArrayTest.mj deleted file mode 100644 index c55ffd1..0000000 --- a/samples/ArrayTest.mj +++ /dev/null @@ -1,20 +0,0 @@ -program ArrayTest - int[] arr; - int i; - int max; -{ - void main(){ - max = 10; - arr = new int[max]; - i = 0; - while (i