On 11/10/11 05:33, Runar Jordahl wrote:
> Is there any way to rewrite code that fails the Code Critic rule
> "Block immediately evaluated"?
How about something like the following?
replace:
| `@vars |
`@.before.
[| `@newvars |
`@.a] value.
`@.after
with:
| `@vars `@newvars |
`@.before.
`@.a.
`@.after
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc