X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=blobdiff_plain;f=samples%2Fchrtest.mj;h=71b079b7fe72a9a9be2450973a9ecb6dde3a76bc;hp=39a15317575a938656f3101725a9a02f9bd02e72;hb=07310ad61164d50613d8c7855d5d8adddd7bbfb6;hpb=a24993cfe39a1fd5b7db6e2ffe9f656955fb73bd diff --git a/samples/chrtest.mj b/samples/chrtest.mj index 39a1531..71b079b 100644 --- a/samples/chrtest.mj +++ b/samples/chrtest.mj @@ -2,8 +2,7 @@ program P { void main() { - print(chr(10),15); + print(chr(65),15); print(ord('a'),5); - print(len(null)); } }