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

12
LINES

< > BotCompany Repo | #1001665 // Test readLocally/saveLocally with synchroList

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (4855L/31K/106K).

!7

static L<S> list = synchroList();

p {
  readLocally("list");
  print("List: " + list);
  print("Type of list: " + list.getClass());
  list.clear();
  list.add("" + now());
  saveLocally("list");
}

download  show line numbers  debug dex  old transpilations   

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

1 comment(s) hidden. show

Snippet ID: #1001665
Snippet name: Test readLocally/saveLocally with synchroList
Eternal ID of this version: #1001665/2
Text MD5: 0356f8ea431fc12dfb27fe7c7b5b26e4
Transpilation MD5: f68d441c2088849268cf59217621bff1
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-09 20:20:55
Source code size: 212 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 668 / 708
Version history: 1 change(s)
Referenced in: [show references]