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: | 563 / 629 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1007524 - aiConceptToString2 #1007621 - statementToString |