1 | static void printEnglishStatements(L<Lisp> l) {
|
2 | for (Lisp x : unnull(l)) |
3 | printIndent(lispToEnglish(x)); |
4 | } |
5 | |
6 | static void printEnglishStatements() {
|
7 | printEnglishStatements(lispTruth()); |
8 | } |
Began life as a copy of #1008295
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: | #1008298 |
| Snippet name: | printEnglishStatements - print Lisp statements as english |
| Eternal ID of this version: | #1008298/2 |
| Text MD5: | 09a1eda3a4508dc01e947ca398e454f3 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-08-14 02:22:54 |
| Source code size: | 199 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 720 / 759 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |