Template:Nasal Constructor inline: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 7: Line 7:
   {{{4|obj}}}.message = "Hello World";
   {{{4|obj}}}.message = "Hello World";
    
    
   {{{3|print("Creating new object"); }}}   
   {{{3|print("Creating new {{{1|myClass}}} object/instance"); }}}   
   
   
   # return the object to the caller
   # return the object to the caller
   return {{{4|obj}}};
   return {{{4|obj}}};
   },
   },

Navigation menu