返回 Gambas
请参考官方 wiki
一个小示例
Dim arg as String arg = Args[0] ' Get the first commandline parameter Print arg Print Env["USER"] ' case sensitive!