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

6
LINES

< > BotCompany Repo | #1018147 // nlLogic_flexMatch_iterate_vbar

JavaX fragment (include)

svoid nlLogic_flexMatch_iterate_vbar(S pat, S input, NLLogicChecker_v2.Matching m, Runnable onMatch, VarMatches oldMatches) {
  /*if (nlLogic_flexMatch_iterate_debug)
    print("nlLogic_flexMatch_iterate_vbar " + pat + " / " + input);*/
  for (S pat2 : tok_splitAtVerticalBar(pat))
    nlLogic_flexMatch_iterate(pat2, input, m, onMatch, oldMatches);
}

Author comment

Began life as a copy of #1018145

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: #1018147
Snippet name: nlLogic_flexMatch_iterate_vbar
Eternal ID of this version: #1018147/4
Text MD5: 44c6152d428216263b584ef3b5d20fc9
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-19 16:44:43
Source code size: 356 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 324 / 371
Version history: 3 change(s)
Referenced in: [show references]