static LispStatement findLispStatement(Lisp l) { for (LispStatement s : lispStatementsByHead(l.head)) if (eq(s.term, l)) ret s; null; }
Began life as a copy of #1007963
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: | #1008110 |
| Snippet name: | findLispStatement - find an exact statement |
| Eternal ID of this version: | #1008110/1 |
| Text MD5: | 4263c186942e8f17a96910e3870db746 |
| 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-24 23:21:19 |
| Source code size: | 147 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 790 / 797 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |