Template:Nasal Method Inline
Appearance
# declare a method named myMethod
myMethod: func(arg...) {
# do your processing here
return nil;
},
# declare a method named myMethod
myMethod: func(arg...) {
# do your processing here
return nil;
},