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

7
LINES

< > BotCompany Repo | #1009539 // persistentVar

JavaX fragment (include)

static IVar persistentVar(S name) {
  ret l_persistentLister().getVar(name, null);
}

static IVar persistentVar(S name, O defaultValue) {
  ret l_persistentLister().getVar(name, defaultValue);
}

Author comment

Began life as a copy of #1009438

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: #1009539
Snippet name: persistentVar
Eternal ID of this version: #1009539/3
Text MD5: b83eb0ac1dcbdc0da70c2241d1ea5021
Author: stefan
Category: javax / lists
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-21 15:36:31
Source code size: 200 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 328 / 381
Version history: 2 change(s)
Referenced in: [show references]