change gracket -z' to just use
read-eval-print-loop'
instead of `textual-read-eval-print-loop' original commit: 5e3dbbc3f8c89776143ce71db07bbc991141a49a
This commit is contained in:
parent
1145cb94a7
commit
389fc6f6db
|
@ -182,7 +182,7 @@ The keymap for the read-eval-print loop's editor is initialized by
|
|||
@defproc[(textual-read-eval-print-loop) void?]{
|
||||
|
||||
Similar to @racket[read-eval-print-loop], except that evaluation uses
|
||||
a newly created eventspace.
|
||||
a newly created eventspace like @racket[graphical-read-eval-print-loop].
|
||||
|
||||
The @racket[current-prompt-read] parameter is used in the current
|
||||
thread to read input. The result is queued for evaluation and
|
||||
|
|
Loading…
Reference in New Issue
Block a user