gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
move samples to 'alpha-mj' subfolder
[mjc2wsl.git] / samples / InOut3.mj
diff --git a/samples/InOut3.mj b/samples/InOut3.mj
deleted file mode 100644 (file)
index 73d7ddd..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-program InOut3{
-       void main()
-       char c;
-       int i;
-       {
-                       i = 5;
-                       print('c');
-                       print('?');
-                       read(c);
-                       print(c);
-                       print(chr(10));
-                       if (c=='y') {
-                               print('i');
-                               read(i);
-                       } else {
-                               print('c');
-                               read(c);
-                       }
-                       print(chr(10));
-                       print(i,5);
-                       print(c,5);
-       }
-}
\ No newline at end of file
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner