Posted by ejot on Mon 7 Jul 10:11
report abuse | View followups from ejot | download | new post
- package
- {
- public class InterestingClass
- {
- public function method1():String {
- return "I am method1";
- }
- public function method2(value:String):String {
- return "You told me: " + value;
- }
- }
- }
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.