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

7
LINES

< > BotCompany Repo | #1004302 // gRepeat - repeat action while it grows the log

JavaX fragment (include)

static void gRepeat(O f) {
  int n;
  do {
    n = l(gLog());
    call(f);
  } while (l(gLog()) > n);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1004302
Snippet name: gRepeat - repeat action while it grows the log
Eternal ID of this version: #1004302/1
Text MD5: 53112439a6cce37622992c3d6a236fbc
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-13 02:53:58
Source code size: 109 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 428 / 444
Referenced in: [show references]