From f86011522a993fd11b66b83a8cff1648be7581c8 Mon Sep 17 00:00:00 2001 From: Doni Pracner Date: Mon, 13 Jan 2014 20:13:37 +0100 Subject: [PATCH] samples - chrtest, removed the null test that is not really related. Also let's print a letter. --- samples/chrtest.mj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)); } } -- 2.17.1