1 | static L<S> unquoteAll(L<S> l) { |
2 | L<S> t = cloneList(l); |
3 | for (int i = 0; i < l(t); i++) |
4 | if (isQuoted(t.get(i))) |
5 | t.set(i, unquote(t.get(i))); |
6 | ret t; |
7 | } |
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: | #1002782 |
Snippet name: | unquoteAll - works on normal lists and CNC |
Eternal ID of this version: | #1002782/1 |
Text MD5: | fd5a6e658d440d23594aab34c267f4d7 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-02-23 03:25:30 |
Source code size: | 170 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 674 / 685 |
Referenced in: | [show references] |