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

7
LINES

< > BotCompany Repo | #1004403 // gCare - do I care about X?

JavaX fragment (include)

static bool gCare(S x) {
  x = singular(x);
  for (Matches care : matchAll("!care *", gLogicList()))
    if (eqic(x, singular(care.unq(0))))
      true;
  false;
}

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: #1004403
Snippet name: gCare - do I care about X?
Eternal ID of this version: #1004403/1
Text MD5: 0cfff5d27a90ac0a391672efbec80771
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-15 21:45:18
Source code size: 169 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 537 / 527
Referenced in: #1004406 - gCares - list my cares
#1006654 - Standard functions list 2 (LIVE, continuation of #761)