We show how to get at the command line arguments.
The function 'argv' returns an empty string
if the argument index is out of range.
argv 0 is usually the program name:
for the flx_run driver its the loaded library
name: the driver name and control arguments
are stripped.
Start C++ section to tut/examples/tut301.flx[1
/1
]