1 | static LispStatement findLispStatement(Lisp l) {
|
2 | for (LispStatement s : lispStatementsByHead(l.head)) |
3 | if (eq(s.term, l)) ret s; |
4 | null; |
5 | } |
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: | 791 / 799 |
| Referenced in: | [show references] |