Libraryless. Click here for Pure Java version (1342L/9K/32K).
1 | !747 |
2 | !pcall |
3 | |
4 | m {
|
5 | p {
|
6 | for (DialogIO vm : talkToAllVMs()) {
|
7 | pcall {
|
8 | int vmPort = vm.getPort(); |
9 | S injections = vm.ask("get injections");
|
10 | print("VM " + vmPort + " injections: " + injections);
|
11 | O o = safeUnstructure(injections); |
12 | print("Restructured: " + structure(o));
|
13 | } |
14 | vm.close(); |
15 | } |
16 | } |
17 | } |
Began life as a copy of #1001671
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001720 |
| Snippet name: | List injections (in all VMs) |
| Eternal ID of this version: | #1001720/1 |
| Text MD5: | 4d4ffe3f0caa03cf49bd1b2b5028a2e7 |
| Transpilation MD5: | be2759546a726c3f5ee2df0bf01a2470 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-11-11 19:16:36 |
| Source code size: | 368 bytes / 17 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 849 / 973 |
| Referenced in: | [show references] |