gitweb on Svarog

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