Libraryless. Click here for Pure Java version (1437L/10K/34K).
1 | !752 |
2 | |
3 | p {
|
4 | L<S> list = splitAtSpace("hello world !");
|
5 | list = [S s in list | isIdentifier(s)]; |
6 | printStructure(list); |
7 | assertEquals("hello world", join(" ", list));
|
8 | print("OK");
|
9 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
| ID | Author/Program | Comment | Date |
|---|---|---|---|
| 1239 | stefan | Works!! :-) | 2016-07-11 01:41:45 |
| Snippet ID: | #1003521 |
| Snippet name: | Test list comprehension (simple filter) |
| Eternal ID of this version: | #1003521/1 |
| Text MD5: | c6b1e7f667a2566bd665a0f9fd4e2b21 |
| Transpilation MD5: | e22971c9a584749f532cb16daa4a4059 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-05-15 17:39:51 |
| Source code size: | 193 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1248 / 1348 |
| Referenced in: | [show references] |