static L<S> linesToCL(S text) { ret listToCL(linesToCL_prepare(text)); } static L<S> linesToCL_prepare(S text) { ret toLinesFullTrim_java(text); }
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: | #1007665 |
Snippet name: | linesToCL |
Eternal ID of this version: | #1007665/4 |
Text MD5: | 3af5e777f9373cc1ec54b415794346e5 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-04-29 18:54:11 |
Source code size: | 157 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 615 / 609 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1007816 - linesToCLWithVars - replace X, Y, Z etc. with new ids #1008183 - toLinesFullTrim_java - also drop Java comments #1008186 - linesToLisp - english lines to L<Lisp> |