static L<S> getOutputOfInjections(L<Injection> injections) { new L<S> l; for (Injection i : injections) { S answer = sendToBotQuietly(i.vmPort, "get injection * variable *", i.injectionID, "print_log"); l.add(isQuoted(answer) ? unquote(answer) : ""); } ret l; }
Began life as a copy of #1001633
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: | #1001780 |
| Snippet name: | getOutputOfInjections |
| Eternal ID of this version: | #1001780/1 |
| Text MD5: | 18d82262c8636635d7fb7fdc988570d7 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-11-14 18:15:57 |
| Source code size: | 284 bytes / 8 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 805 / 1045 |
| Referenced in: | #1002427 - Accellerating 629 (SPIKE) #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000202 - Answer for stefanreich (>> T conversion bot) #3000238 - Answer for stefanreich (>> t power bot) #3000382 - Answer for ferdie (>> t = 1, f = 0) |