gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
more local var blocks in the translation
[mjc2wsl.git] / samples / chrtest.mj
1 program P
2 {
3 void main()
4 {
5 print(chr(65),5);
6 print('A',5);
7 print(chr(10),2);
8 print(ord('a'),5);
9 print('a',5);
10 }
11 }
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner