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

6
LINES

< > BotCompany Repo | #1008580 // testAnswerFunction - test bot's answer function with mutiple lines

JavaX fragment (include)

static L<Pair<S>> testAnswerFunction(S input) {
  L<Pair<S>> l = new L;
  for (S s : toLinesFullTrim(input))
    l.add(pair(s, callAnswerFunctionVerbose(s)));
  ret l;
}

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: #1008580
Snippet name: testAnswerFunction - test bot's answer function with mutiple lines
Eternal ID of this version: #1008580/1
Text MD5: 1845df7c311403cc7253d47e1e173e69
Author: stefan
Category: javax / talking robots
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-24 12:57:25
Source code size: 174 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 538 / 523
Referenced in: [show references]