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

10
LINES

< > BotCompany Repo | #1013532 // ai_rulesTable

JavaX fragment (include)

static L<Map<S, O>> ai_rulesTable() {
  L<S> names = ai_possibleRuleNames();
  new L<Map<S, O>> l;
  for (S name : names)
    l.add(litorderedmap(
      "Rule Name" := name, 
      "Rule Text" := ai_ruleText(name)
    ));
  ret l;
}

Author comment

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: 261 / 315
Referenced in: [show references]