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

6
LINES

< > BotCompany Repo | #1013420 // ai_getOrCreateVars

JavaX fragment (include)

static Map<S, O> ai_getOrCreateVars() {
  Map<S, O> map = ai_getVars();
  if (map == null)
    ai_setVars(map = new HashMap);
  ret map;
}

Author comment

Began life as a copy of #1012986

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: #1013420
Snippet name: ai_getOrCreateVars
Eternal ID of this version: #1013420/1
Text MD5: 9386935da4e8ea0dee35906a253f1ba4
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-06 06:14:40
Source code size: 143 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 371 / 358
Referenced in: [show references]