[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: All your local are belong to us
- From: Javier Guerra Giraldez <javier@...>
- Date: Fri, 2 Oct 2015 11:50:06 -0500
On Fri, Oct 2, 2015 at 11:30 AM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
>> much better would be if the REPL had some way to enter a whole bunch
>> of code in a single operation. maybe some kind of quoting or
>> parenthesis...
>
> Something like do-end?
bingo!
(i don't know why it didn't occur to me... i use do..end all the time
in scripts to contain local vars. never thought to use in the REPL)
--
Javier