Is the keyword "block" redundant?



Sorry, silly question: I just realised you can't have local variables
unless you use "block".

On Sat, 2011-08-13 at 15:59 +0100, Bernard Hurley wrote:
> Hi,
> 
> Is there any difference in functionality between:
> 
> (... some code... )
> 
> and:
> 
> block (... some code... )
> 
> ?
> 
> Thanks,
> 
> Bernard.
> _______________________________________________