1 | static L<Pair<S>> testAnswerFunction(S input) { |
2 | L<Pair<S>> l = new L; |
3 | for (S s : toLinesFullTrim(input)) |
4 | l.add(pair(s, callAnswerFunctionVerbose(s))); |
5 | ret l; |
6 | } |
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: | 631 / 613 |
Referenced in: | [show references] |