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

8
LINES

< > BotCompany Repo | #1018259 // nlLogic_checkHelper - processes newID()

JavaX fragment (include)

sbool nlLogic_checkHelper(Exp e, SS matches) {
  if (e cast Func) {
    S arg = e.arg.text();
    if (eq(e.name, 'newID) && isDollarVar(arg))
      ret ai_standardMatcher().match(arg, aGlobalID(), matches);
  }
  false;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1018259
Snippet name: nlLogic_checkHelper - processes newID()
Eternal ID of this version: #1018259/1
Text MD5: 14e88ae242b315d474a68e0347435f6f
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-12 18:18:18
Source code size: 230 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 349 / 383
Referenced in: [show references]