moved nonpb.pm
[PsN.git] / html / examples / example_subs.pm
blobf0867e6e233f6a920c13197475d5d8f1ec75f255
1 start new
2 print "This is code inside the constructor\n";
3 end new
5 start method_one
6 print "This is code inside method_one\n";
7 end method_one
9 start member_one
10 print "And this is code inside member_one accessor\n";
11 end member_one