Next: Debugging commands, Previous: Module commands, Up: Command processor
Scheme48 supports [SRFI 7] after loading the srfi-7
structure by
providing two commands for loading [SRFI 7] programs:
These load [SRFI 7] a program into a newly constructed structure, named name, which opens whatever other structures are needed by features specified in the program. ,load-srfi-7-program loads a simple [SRFI 7] program; ,load-srfi-7-script skips the first line, intended for [SRFI 22] Unix scripts.