1 | static S botNameAtPort(int port) null on exception {
|
2 | DialogIO io = talkToOpt(port); |
3 | if (io != null) {
|
4 | S name = io.readLine(); |
5 | io.close(); |
6 | ret name; |
7 | } |
8 | null; |
9 | } |
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: | #1012059 |
| Snippet name: | botNameAtPort |
| Eternal ID of this version: | #1012059/2 |
| Text MD5: | 86819f6750f853eed3f7f2154fe25c6b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-17 03:50:48 |
| Source code size: | 185 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 648 / 703 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |