1 | static Lisp web_nodeByHead(Web web, S head) {
|
2 | for (WebNode node : web.nodes) |
3 | for (Lisp lbl : node.labels) |
4 | if (lbl.is(head)) |
5 | ret lbl; |
6 | null; |
7 | } |
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: | #1007818 |
| Snippet name: | web_nodeByHead |
| Eternal ID of this version: | #1007818/1 |
| Text MD5: | b5c84f776df7d9d4fac920b3111bb2a9 |
| 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-10 12:28:04 |
| Source code size: | 168 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 637 / 673 |
| Referenced in: | [show references] |