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

5
LINES

< > BotCompany Repo | #1008110 // findLispStatement - find an exact statement

JavaX fragment (include)

static LispStatement findLispStatement(Lisp l) {
  for (LispStatement s : lispStatementsByHead(l.head))
    if (eq(s.term, l)) ret s;
  null;
}

Author comment

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: 472 / 494
Referenced in: [show references]