previous up next     contents index
Next: Error Display Handler Up: Additional Facilities Previous: Print Handler

Prompt Read Handler

 

    A prompt read handler is invoked by  read-eval-print-loop to print the prompt and read input Scheme expressions. A prompt read handler takes no arguments and returns an S expression.

The default prompt read handler prints ``> '' and returns the result of (read).



PLT