system->string[procedure] system->string string ...
Bigloo: Appends all strings, then calls the result string as
a command, and collects the output from the command into a string
to be returned. See system.
This is called process-output->string in some other implementations.
|