blob: f081e25cc9d88840243ea8380398bdec27a2e955 [file] [log] [blame]
function hello(name:String):void
{
trace("hello " + name);
}