summaryrefslogtreecommitdiff
path: root/tests/tolua/test1.lua
blob: 6d30937f9aaaf242446225145cc9a432942086dd (plain)
1
2
3
4
local b = Derived:new( )
b:hello( )
b:hello( "Show this string" )
b:delete( )