gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dc0bf39)
raw | patch | inline | side by side (parent: dc0bf39)
author | Doni Pracner <quinnuendo@gmail.com> | |
Tue, 27 May 2014 22:24:29 +0000 (00:24 +0200) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Tue, 27 May 2014 22:24:29 +0000 (00:24 +0200) |
samples/chrtest.mj | patch | blob | history |
diff --git a/samples/chrtest.mj b/samples/chrtest.mj
index 71b079b7fe72a9a9be2450973a9ecb6dde3a76bc..ddc0b8bfe6ca839f66b1aa43ecb3e3ba4dd57051 100644 (file)
--- a/samples/chrtest.mj
+++ b/samples/chrtest.mj
{
void main()
{
- print(chr(65),15);
+ print(chr(65),5);
+ print('A',5);
+ print(chr(10),2);
print(ord('a'),5);
+ print('a',5);
}
}