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

6
LINES

< > BotCompany Repo | #1007953 // lispTruth2 - lispTruthByHead, requiring 2 arguments

JavaX fragment (include)

static L<Lisp> lispTruth2(S... heads) {
  new L<Lisp> out;
  for (Lisp l : lispTruthByHead(heads))
    if (l.size() == 2) out.add(l);
  ret out;
}

Author comment

Began life as a copy of #1007841

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: #1007953
Snippet name: lispTruth2 - lispTruthByHead, requiring 2 arguments
Eternal ID of this version: #1007953/4
Text MD5: bb0171feff5a2eed8a68638408b5f3db
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-17 20:32:49
Source code size: 151 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 418 / 463
Version history: 3 change(s)
Referenced in: [show references]