1 | static S aiConceptToString(AIConcept c) {
|
2 | if (c == null) ret "-"; |
3 | ret c.globalID + " - " + c.name + (nempty(c.comment) ? " / " + c.comment : ""); |
4 | } |
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: | 801 / 868 |
| Referenced in: | [show references] |