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: d0dd7fa)
raw | patch | inline | side by side (parent: d0dd7fa)
author | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 13 Jan 2014 19:13:37 +0000 (20:13 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 13 Jan 2014 19:13:37 +0000 (20:13 +0100) |
samples/chrtest.mj | patch | blob | history |
diff --git a/samples/chrtest.mj b/samples/chrtest.mj
index 39a15317575a938656f3101725a9a02f9bd02e72..71b079b7fe72a9a9be2450973a9ecb6dde3a76bc 100644 (file)
--- a/samples/chrtest.mj
+++ b/samples/chrtest.mj
{
void main()
{
- print(chr(10),15);
+ print(chr(65),15);
print(ord('a'),5);
- print(len(null));
}
}