page_adsence

2010年6月21日月曜日

関数の引数に初期値を与えておく

こうやるみたい。
まぁ普通だ。

function dummy(test:string='aaa', flag:Boolean=true){
code...
}