Go to the first, previous, next, last section, table of contents.


Specifying Scheme Program to Execute

The Scheme program or expression to be executed is passed to `guimb' via the following options:

`-e'
`--expression EXPR'
Execute scheme expression.
`-f'
`--file PROGFILE'
Read and execute program from PROGFILE.

You can specify both of them. In this case, the PROGFILE is executed first.


Go to the first, previous, next, last section, table of contents.