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

8
LINES

< > BotCompany Repo | #1007717 // web_insertNumbers - replace sub-expressions with known values

JavaX fragment (include)

static Lisp web_insertNumbers(final Web web, Lisp x) {
  ret lispMap_after(x, func(Lisp l) {
    WebNode node = web.findNodeOpt(l);
    if (node != null)
      ret firstLispInt(node.labels);
    null;
  });
}

Author comment

Began life as a copy of #1007713

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: #1007717
Snippet name: web_insertNumbers - replace sub-expressions with known values
Eternal ID of this version: #1007717/4
Text MD5: 0bb0c26f55ed49a03e83e9d8cef8ee11
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-02 21:35:36
Source code size: 215 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 487 / 468
Version history: 3 change(s)
Referenced in: [show references]