chickadee » chicken » parameters » repl-prompt

repl-promptparameter

A procedure that should evaluate to a string that will be printed before reading interactive input from the user in a read-eval-print loop. Defaults to (lambda () "#;N> ").