1 | static S ai_spec_allWords(S _s) {
|
2 | S s = unquote(_s); |
3 | L<S> l = javaTokC(s); |
4 | if (l(l) > 1) |
5 | for (S t : l) |
6 | if (l(t) > 1) |
7 | ai_postTriple(_s, "possibly related to:", t); |
8 | ret _s; |
9 | } |
Began life as a copy of #1011590
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: | #1011606 |
| Snippet name: | ai_spec_allWords |
| Eternal ID of this version: | #1011606/5 |
| Text MD5: | ddec65e85f6c79bac7dce56f2ffa3f83 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-23 19:20:06 |
| Source code size: | 206 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 707 / 702 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |