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

9
LINES

< > BotCompany Repo | #1012059 // botNameAtPort

JavaX fragment (include)

static S botNameAtPort(int port) null on exception {
  DialogIO io = talkToOpt(port);
  if (io != null) {
    S name = io.readLine();
    io.close();
    ret name;
  }
  null;
}

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: 374 / 414
Version history: 1 change(s)
Referenced in: [show references]