static Cache<LL<S>> englishIrregularVerbTriples_cache = new Cache(f englishIrregularVerbTriples_load); static LL<S> englishIrregularVerbTriples() { ret englishIrregularVerbTriples_cache!; } static LL<S> englishIrregularVerbTriples_load() { new LL<S> out; for (S s : tlft_j(loadSnippet(#1010398))) { L<S> l = splitAtSpace(s); if (l(l) != 3) print("eivt huh? " + s); else out.add(l); } ret out; }
Began life as a copy of #1010399
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: | #1010400 |
Snippet name: | englishIrregularVerbTriples |
Eternal ID of this version: | #1010400/1 |
Text MD5: | 9c9095b6172627b456f1365ad1f37db8 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-15 15:51:34 |
Source code size: | 432 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 466 / 502 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1010403 - english1000VerbQuintuples (present, past, participle, 3rd person, -ing) |