1 | static L<Map<S, O>> ai_rulesTable() {
|
2 | L<S> names = ai_possibleRuleNames(); |
3 | new L<Map<S, O>> l; |
4 | for (S name : names) |
5 | l.add(litorderedmap( |
6 | "Rule Name" := name, |
7 | "Rule Text" := ai_ruleText(name) |
8 | )); |
9 | ret l; |
10 | } |
Began life as a copy of #1013460
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: | #1013532 |
| Snippet name: | ai_rulesTable |
| Eternal ID of this version: | #1013532/1 |
| Text MD5: | 8dd9540a1f39056060e1df3e94499f50 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-01-08 05:53:17 |
| Source code size: | 241 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 547 / 614 |
| Referenced in: | [show references] |