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

6
LINES

< > BotCompany Repo | #1016938 // ai_renderDefinitions

JavaX fragment (include)

sS ai_renderDefinitions(Collection<Pair<S>> answers, Collection<Pair<S>> unauthedAnswers) {
  ret lines(concatLists(
    mapPairsToList(answers, func(S a, S b) -> S { a + " = " + b }),
    mapPairsToList(unauthedAnswers, func(S a, S b) -> S { a + " " + unicode_questionedEquals() + " " + b })
  ));
}

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: #1016938
Snippet name: ai_renderDefinitions
Eternal ID of this version: #1016938/1
Text MD5: 3fdf0fd8853e94f54ad9d3209f4ab5c9
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-08 19:53:53
Source code size: 305 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 301 / 343
Referenced in: [show references]