Re: REPL - last output capture?
Alex Knauth <[email protected]>
| Newsgroups | gmane.comp.lang.racket.user,gmane.lisp.scheme.plt |
|---|---|
| Message-ID | <[email protected]> |
> On Jan 13, 2018, at 12:56 PM, Michael Rice <[email protected]> wrote: > > In Common Lisp it's *, **, ***. > > In Racket? > > Michael In Racket's XREPL, these are called ^, ^^, ..., ^^^^^, or you can use $1, $2, ..., $5. The XREPL documentation has more details here: https://docs.racket-lang.org/xrepl/index.html#%28part._past-vals%29 <https://docs.racket-lang.org/xrepl/index.html#(part._past-vals)> -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected] For more options, visit https://groups.google.com/d/optout.