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

9
LINES

< > BotCompany Repo | #1007508 // addTruth

JavaX fragment (include)

static void addTruth(Collection<S> statements) {
  if (empty(statements)) ret;
  startTruthTable();
  assertOK(send("Truth Table Bot", "add truth * by *", asList(statements), programID()));
}

static void addTruth(Lisp statement) {
  addTruth(ll(clUnparse(statement)));
}

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: #1007508
Snippet name: addTruth
Eternal ID of this version: #1007508/5
Text MD5: 41687cdd82432d3849cc03290f8421d8
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-11 19:28:24
Source code size: 279 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 486 / 527
Version history: 4 change(s)
Referenced in: [show references]