X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=blobdiff_plain;f=samples%2FInOut2.mj;fp=samples%2FInOut2.mj;h=7c81f38d0fd8bbf6f714bbea11f3131ef74e374d;hp=0000000000000000000000000000000000000000;hb=6dc62f4d854849045be6915835145c54538af4d4;hpb=9e84964fb3bb33b019cac3063c7944d89a0460c8 diff --git a/samples/InOut2.mj b/samples/InOut2.mj new file mode 100644 index 0000000..7c81f38 --- /dev/null +++ b/samples/InOut2.mj @@ -0,0 +1,10 @@ +program InOut2{ + void main() + char c; + { + print('c'); + print('?'); + read(c); + print(c); + } +} \ No newline at end of file