Re: [racket-users] REPL - last output capture?

2018-01-13 Thread Alex Knauth


> On Jan 13, 2018, at 12:56 PM, Michael Rice  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 


-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] REPL - last output capture?

2018-01-13 Thread Michael Rice
In Common Lisp it's *, **, ***.

In Racket?

Michael

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.