MsgBox,% f()

f(){
Try
Return, Format("123")
Finally
OutputDebug, % "999"
}

これなんで999が返ってくるん?