Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1008928 // ctxProcessRules

JavaX fragment (include)

static void ctxProcessRules() {
  while (ctxContext().nextRule != null) {
    if (++ctxContext().safetyCounter >= 10) {
      print("SAFETY ALERT!");
      break;
    }
    ctxProcessNextRule();
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1008928
Snippet name: ctxProcessRules
Eternal ID of this version: #1008928/5
Text MD5: 013ee93df791c5e2bb6f3de6857ada4d
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-06-29 21:09:57
Source code size: 210 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 451 / 473
Version history: 4 change(s)
Referenced in: [show references]