Libraryless. Click here for Pure Java version (8824L/58K/198K).
1 | !7 |
2 | |
3 | static L l; |
4 | |
5 | p {
|
6 | l_persistentLister(); |
7 | l = l_getList("German words");
|
8 | print("List type: " + className(l));
|
9 | assertTrue(l << ListInConcept); |
10 | print("Length: " + l(l));
|
11 | print("Words: " + sfu(l));
|
12 | sleepSeconds(2); |
13 | addIfNotThere(l, "Hallo"); |
14 | print("Words now: " + sfu(l));
|
15 | } |
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: | 834 / 1098 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |