gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
documenting the new ant testing tasks
[mjc2wsl.git] / samples / chrtest.mj
index 71b079b..ddc0b8b 100644 (file)
@@ -2,7 +2,10 @@ program P
 {
        void main()
        {
-                       print(chr(65),15);
+                       print(chr(65),5);
+                       print('A',5);
+                       print(chr(10),2);
                        print(ord('a'),5);
+                       print('a',5);
        }
 }
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner