tests/pass/test_test.lua

Wed, 24 Nov 2010 02:51:38 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 24 Nov 2010 02:51:38 +0000
changeset 136
0b31998aad53
parent 57
3e148db7f933
permissions
-rw-r--r--

OP_SETLIST: Implement support for B==0 (to top of stack)

local a, b = true, false; a = a and b;
print(a);

mercurial