!7 p-noconsole { L msgs = stefansChat_readHistory_fullMsgs(2); Web web = simpleWeb(); new L nodes; for i over msgs: { ChatMsg msg = msgs.get(i); nodes.add(web.node("Text " + quote(msg.text))); web_addRelation(nextToLast(nodes), last(nodes), 'then); web_setPosition(last(nodes), 0.5, 0.2+i*0.6/max(1, l(msgs)-1)); } showWeb(web, 1000, 500); }