gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control systemdiff --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));
}
}