From debf9c0c5385f9e442550a841ecb3523ed0a360b Mon Sep 17 00:00:00 2001 From: Doni Pracner Date: Wed, 28 May 2014 00:24:29 +0200 Subject: [PATCH] samples - chrtest updated a bit --- samples/chrtest.mj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/chrtest.mj b/samples/chrtest.mj index 71b079b..ddc0b8b 100644 --- a/samples/chrtest.mj +++ b/samples/chrtest.mj @@ -2,7 +2,10 @@ program P { void main() { - print(chr(65),15); + print(chr(65),5); + print('A',5); + print(chr(10),2); print(ord('a'),5); + print('a',5); } } -- 2.17.1