in reply to On Testing and Formatting Code
I have yet to post any code, but I assure you that I would never think of doing so without testing it!
I like using parens in my if...then statements, and in
other statements where I am testing something
if ($whatever == anything) then { ...do this stuff... } else { ...do the other stuff... }
|
|---|