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

13
LINES

< > BotCompany Repo | #1011567 // ai_html_renderTriple

JavaX fragment (include)

static S ai_html_renderTriple(WebRelation r) {
  ret r == null ? "" 
    : ai_html_encyclopediaTopic(r.a) + ai_html_triangle()
    + ai_html_encyclopediaTopic(r) + ai_html_triangle()
    + ai_html_encyclopediaTopic(r.b);
}

static S ai_html_renderTriple(T3<Symbol> t) {
  ret t == null ? "" 
    : ai_html_encyclopediaTopic(t.a) + ai_html_triangle()
    + ai_html_encyclopediaTopic(t.b) + ai_html_triangle()
    + ai_html_encyclopediaTopic(t.c);
}

Author comment

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: 438 / 457
Version history: 2 change(s)
Referenced in: [show references]