| 1 | static L<S> ai_texts_quoted(S a, S b, S c) {
 | 
| 2 | new L<S> l; | 
| 3 | for (S s : ai_texts(a, b, c)) | 
| 4 | if (isProperlyQuoted2(s)) | 
| 5 | l.add(unquote(s)); | 
| 6 | ret l; | 
| 7 | } | 
Began life as a copy of #1012422
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: | #1012528 | 
| Snippet name: | ai_texts_quoted (unquotes) | 
| Eternal ID of this version: | #1012528/1 | 
| Text MD5: | f24ce29d6eeeba372582c84eb91714b3 | 
| Author: | stefan | 
| Category: | javax / a.i. | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2017-12-06 21:16:56 | 
| Source code size: | 162 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 615 / 682 | 
| Referenced in: | [show references] |