1 | sS gazelle_purposeFromComments(LS comments) {
|
2 | new Matches m; |
3 | for (S s : unnull(comments)) {
|
4 | if (swic_trim(s, "purpose:", m)) |
5 | ret m.rest(); |
6 | } |
7 | ret ""; |
8 | } |
9 | |
10 | sS gazelle_purposeFromComments(S comments) {
|
11 | ret gazelle_purposeFromComments(tlft(comments)); |
12 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1022263 |
| Snippet name: | gazelle_purposeFromComments |
| Eternal ID of this version: | #1022263/4 |
| Text MD5: | 3a137f3fdf4d8fb0373a1a7bf7ce33d3 |
| Author: | stefan |
| Category: | javax / gazelle |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-17 00:03:10 |
| Source code size: | 278 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 524 / 546 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |