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

7
LINES

< > BotCompany Repo | #1010352 // persistentText - persistentVar<S>

JavaX fragment (include)

static IVar<S> persistentText(S name) {
  ret persistentVar(name, "");
}

static IVar<S> persistentText(S name, S defaultValue) {
  ret persistentVar(name, defaultValue);
}

Author comment

Began life as a copy of #1009539

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: #1010352
Snippet name: persistentText - persistentVar<S>
Eternal ID of this version: #1010352/1
Text MD5: 217e0f65e04d3f700b6d61d4f10b79dc
Author: stefan
Category: javax / lists
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-12 15:44:58
Source code size: 178 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 343 / 382
Referenced in: [show references]