5 lines
62 B
Text
5 lines
62 B
Text
|
function hello(name:String):void
|
||
|
{
|
||
|
trace("hello " + name);
|
||
|
}
|