This commit is contained in:
Artem Serebriyskiy 2013-11-08 13:20:20 +04:00
commit 9d6cd75c73
6 changed files with 12 additions and 8 deletions

View file

@ -10,7 +10,7 @@ ns = nspace
-- Inheritance
blue1 = ns.Outer.Inner3.Blue()
debug.debug()
-- blue1:blueInstanceMethod()
blue1:colorInstanceMethod(60.0)
blue1.instanceMemberVariable = 4