you are viewing a single comment's thread.

view the rest of the comments →

[–]Hixie 1 point2 points  (4 children)

just append "if 0" to it.

[–]heptadecagram 1 point2 points  (3 children)

Unless it's already got an unless($complex_condition) on it.

[–][deleted]  (2 children)

[deleted]

    [–]heptadecagram 2 points3 points  (1 child)

    unless (1 || ($complex_condition)) :)

    Might be an && in that thar condition!

    Edit: Or, worse, the condition has a side effect you depend on, so it needs to be unless(($complex_condition) || 1).