; @Author : liuyuqi ; @Contact : liuyuqi.gov@msn.cn ; @Time : 2015/05/11 ; @Version : 1.0 ; @Desc : 命令和函数 ;Command, 参数1, 参数2, 参数3 age=18 ^j:: MsgBox, Hello MsgBox,%age% Return GetAge(){ MsgBox,%age% }