// returns (ruleID, isNew) static Pair gazelle_addRuleWithComment(S text, S comment) { ret dm_gazelle_addRuleWithComment(text, comment); } static Pair gazelle_addRuleWithComment(S when, S then, S comment) { ret dm_gazelle_addRuleWithComment(when, then, comment); }