| In arc1 using (= varname value) creates a global variable. I would really appreciate if it created instead a local variable when used within a function: that way it would be possible to create local variables without passing through (let ...)or (with ...) forms, saving thus an extra indentation level every time a local variable is needed. |