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

3
LINES

< > BotCompany Repo | #1017291 // ai_renderMatchWithQuestionMarks

JavaX fragment (include)

static S ai_renderMatchWithQuestionMarks(L<PairS> l) {
  ret join(" & ", map(ai_sortMatchPairs(l), func(PairS p) -> S { quote(p.a) + " ?= " + quote(p.b) }));
}

Author comment

Began life as a copy of #1017284

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1017291
Snippet name: ai_renderMatchWithQuestionMarks
Eternal ID of this version: #1017291/5
Text MD5: 4650c2c4c0fac24bd674da326c3b6252
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-16 15:59:26
Source code size: 161 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 267 / 304
Version history: 4 change(s)
Referenced in: [show references]