1 | static OccTree2 goodDialogs2occTree2(L<Dialog> dialogs) {
|
2 | new OccTree2 tree; |
3 | for (Dialog d : dialogs) |
4 | if (d.good) |
5 | tree.addScript(d.poem); |
6 | ret tree; |
7 | } |
Began life as a copy of #1003404
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1003409 |
| Snippet name: | goodDialogs2occTree2 - "good" dialogs only |
| Eternal ID of this version: | #1003409/1 |
| Text MD5: | 31aee8ea3c80b24e64998e5f76492784 |
| Author: | stefan |
| Category: | javax / talking robots |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-06-30 21:00:17 |
| Source code size: | 171 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 736 / 945 |
| Referenced in: | [show references] |