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

4
LINES

< > BotCompany Repo | #1007517 // aiConceptToString

JavaX fragment (include)

static S aiConceptToString(AIConcept c) {
  if (c == null) ret "-";
  ret c.globalID + " - " + c.name + (nempty(c.comment) ? " / " + c.comment : "");
}

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: #1007517
Snippet name: aiConceptToString
Eternal ID of this version: #1007517/1
Text MD5: 0092dd2bee9586f3922082d5ead57b4b
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-25 22:51:46
Source code size: 154 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 482 / 546
Referenced in: [show references]