
If Floyd is invoked with arguments then the first argument is the name of a script file and any additional arguments are made available to the script as variables (see below). Instead of reading commands from standard input Floyd will read PinK commands from the named file and exit when it reaches the end of the file.floyd [fileName [arg ...]]
The following variables are available in the Floyd script:
./pinklib, $PINK_LIB, $HERMES_LIB/pinklib and $HERMES_ROOT/lib/pinklib.The directories are checked in this order. The name of first existing directory will be reported and prepended to the list in auto_path.
Previous
Up
Next