The following examples illustrate how you could run a program using a number of options from the command line.
To run demo.int with numeric checking turned off:
cobrun -F demo.int
To run demo.int in ANSI debug mode whilst disabling the display of trailing spaces:
cobrun +D+A1 demo.int