static S nlLogic_addGlobalID(S rule) { if (!startsWith(trim(rule), "[id:")) rule = "[id: " + aGlobalID() + "] " + rule; ret rule; }