;Command, 参数1, 参数2, 参数3 age=18 ^j:: MsgBox, Hello MsgBox,%age% Return GetAge(){ MsgBox,%age% }