MyClass.Meow Class

What do you want me to do?!?!

Hello()

Displays a greeting message.

MyClass.Meow.Hello([msg])
msg(Optional) The message to display. Defaults to "Hello, world!".
ReturnsAbsolutely nothing :)
ThrowsAgain, nothing :)

MoreNesting Class

Nesting is so much fun!

HasDinner

Does this object have dinner?

OutputVar := MyClass.Meow.MoreNesting.HasDinner
MsgBox MoreNesting example ; Testing

Example

MsgBox Meow example ; Testing