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

15
LINES

< > BotCompany Repo | #1009408 // Test Persistent Lister [OK]

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

Libraryless. Click here for Pure Java version (8824L/58K/198K).

!7

static L l;

p {
  l_persistentLister();
  l = l_getList("German words");
  print("List type: " + className(l));
  assertTrue(l << ListInConcept);
  print("Length: " + l(l));
  print("Words: " + sfu(l));
  sleepSeconds(2);
  addIfNotThere(l, "Hallo");
  print("Words now: " + sfu(l));
}

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: #1009408
Snippet name: Test Persistent Lister [OK]
Eternal ID of this version: #1009408/6
Text MD5: 070624cd629ef37685103f0b27f79012
Transpilation MD5: 1d009fd45396789b2868afab075ae03c
Author: stefan
Category: javax / a.i.
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-25 21:30:05
Source code size: 304 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 517 / 706
Version history: 5 change(s)
Referenced in: [show references]