1 | static S ai_html_renderTriple(WebRelation r) {
|
2 | ret r == null ? "" |
3 | : ai_html_encyclopediaTopic(r.a) + ai_html_triangle() |
4 | + ai_html_encyclopediaTopic(r) + ai_html_triangle() |
5 | + ai_html_encyclopediaTopic(r.b); |
6 | } |
7 | |
8 | static S ai_html_renderTriple(T3<Symbol> t) {
|
9 | ret t == null ? "" |
10 | : ai_html_encyclopediaTopic(t.a) + ai_html_triangle() |
11 | + ai_html_encyclopediaTopic(t.b) + ai_html_triangle() |
12 | + ai_html_encyclopediaTopic(t.c); |
13 | } |
Began life as a copy of #1011086
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: | #1011567 |
| Snippet name: | ai_html_renderTriple |
| Eternal ID of this version: | #1011567/3 |
| Text MD5: | a19f40aa3e1ada23bab5e69a134f514b |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-25 20:55:26 |
| Source code size: | 459 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 713 / 739 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |