flash on 2011-9-26

by fujiopera
♥0 | Line 10 | Modified 2011-09-26 12:39:39 | MIT License
play

ActionScript3 source code

/**
 * Copyright fujiopera ( http://wonderfl.net/user/fujiopera )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/qWqh
 */

package 
{
    public class Greeter 
    {
        public static function sayHello(greeting:String = "Hello World"):String 
        {
            return greeting;
        }
    }
}