====== Main Args ======
The GroIMP argument [[:01_user_documentation:03_interacting_with_groimp:03_configuring:02_groimp_arg:x|-X]] can be used to declare variables that are accessible in all project opened in this GroIMP instance. The arguments are stored in the [[|Main]].
====== ======
The tuple arguments value is given by -Xarg val.
java -jar core.jar -Xtest "test"
println( de.grogra.pf.boot.Main.getArg(0) ); // prints test