gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
samples - chrtest, removed the null test that is not really related. Also let's print...
authorDoni Pracner <quinnuendo@gmail.com>
Mon, 13 Jan 2014 19:13:37 +0000 (20:13 +0100)
committerDoni Pracner <quinnuendo@gmail.com>
Mon, 13 Jan 2014 19:13:37 +0000 (20:13 +0100)
samples/chrtest.mj

index 39a1531..71b079b 100644 (file)
@@ -2,8 +2,7 @@ program P
 {
        void main()
        {
-                       print(chr(10),15);
+                       print(chr(65),15);
                        print(ord('a'),5);
-                       print(len(null));
        }
 }
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner