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