tests/pass/test_test.lua

Fri, 19 Nov 2010 03:37:51 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 19 Nov 2010 03:37:51 +0000
changeset 58
40d0b0429428
parent 57
3e148db7f933
permissions
-rw-r--r--

Implement OP_ADD, OP_SUB, OP_LT

57
3e148db7f933 Add tests/ to the repo
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 local a, b = true, false; a = a and b;
3e148db7f933 Add tests/ to the repo
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 print(a);

mercurial