Command-prompt arguments for a Gosu program

You can run a Gosu program that retrieves values from the command prompt. To access the values in the Gosu program, use the Gosu.RawArgs property, which is an array of java.lang.String.

See also