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

8
LINES

< > BotCompany Repo | #1014062 // mechList_containsTokens

JavaX fragment (include)

sbool mechList_containsTokens_verbose;

static bool mechList_containsTokens(S listName, L<S> inputTokens) {
  S input = joinWithSpace(inputTokens);
  if (mechList_containsTokens_verbose)
    print("Checking list " + listName + " for " + input);
  ret cic(mechList(listName), input);
}

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: #1014062
Snippet name: mechList_containsTokens
Eternal ID of this version: #1014062/4
Text MD5: f7f512838e1df717c4a252790a19ccea
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-03-27 21:25:33
Source code size: 291 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 373 / 421
Version history: 3 change(s)
Referenced in: [show references]