Re: How to evade using globals in an if block
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How to evade using globals in an if block
- From: Javier Guerra Giraldez <javier@...>
- Date: 2014年8月24日 21:01:41 -0500
On Sun, Aug 24, 2014 at 2:01 PM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> Every value that you do not need to have a side effect outside
> the function should be declared as local inside the function.
s/function/block/g
--
Javier