static IVar persistentVar(S name) { ret l_persistentLister().getVar(name, null); } static IVar persistentVar(S name, O defaultValue) { ret l_persistentLister().getVar(name, defaultValue); }
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: | 406 / 455 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1009547 - persistentBoolVar - persistentVar + initialize to false #1009701 - persistentObject #1010352 - persistentText - persistentVar<S> |