1 | static void addTruth(Collection<S> statements) {
|
2 | if (empty(statements)) ret; |
3 | startTruthTable(); |
4 | assertOK(send("Truth Table Bot", "add truth * by *", asList(statements), programID()));
|
5 | } |
6 | |
7 | static void addTruth(Lisp statement) {
|
8 | addTruth(ll(clUnparse(statement))); |
9 | } |
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: | 812 / 861 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |