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

13
LINES

< > BotCompany Repo | #1017802 // ServerMechLists - might be recursive

JavaX fragment (include)

sclass ServerMechLists extends VirtualMechLists {
  S mL_raw(S listName) {
    ret main.mL_raw(listName);
  }
  
  void append(S listName, S text) {
    botAppendToMechList(listName, text);
  }
  
  void setText(S listName, S text) {
    botEditMechList(listName, text);
  }
}

Author comment

Began life as a copy of #1017767

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017802
Snippet name: ServerMechLists - might be recursive
Eternal ID of this version: #1017802/3
Text MD5: 6fa3780fddc042e7a2ba974a1c2ab7bd
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-27 23:10:23
Source code size: 288 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 277 / 827
Version history: 2 change(s)
Referenced in: [show references]