comparison class.lua @ 11:d2cbfe498c4d

first beta
author Jay Bird <a4blank@yahoo.com>
date Sat, 04 Dec 2010 05:53:52 +0300
parents f93b554bb7cf
children
comparison
equal deleted inserted replaced
10:f93b554bb7cf 11:d2cbfe498c4d
42 return false 42 return false
43 end 43 end
44 setmetatable(c, mt) 44 setmetatable(c, mt)
45 return c 45 return c
46 end 46 end
47