Closed olleicua closed 11 years ago
unless should be the inverse of when:
unless
when
HCL:
(unless (published?) (perish))
JavaScript:
(! published_question_() && (function() { return perish(); }).call(this))
Add until as well
until
unless
should be the inverse ofwhen
:HCL:
JavaScript: