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; }); }
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: | 563 / 539 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1007860 - lispTranslate - apply SS translation map |