Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1010400 // englishIrregularVerbTriples

JavaX fragment (include)

1  
static Cache<LL<S>> englishIrregularVerbTriples_cache = new Cache(f englishIrregularVerbTriples_load);
2  
3  
static LL<S> englishIrregularVerbTriples() {
4  
  ret englishIrregularVerbTriples_cache!;
5  
}
6  
7  
static LL<S> englishIrregularVerbTriples_load() {
8  
  new LL<S> out;
9  
  for (S s : tlft_j(loadSnippet(#1010398))) {
10  
    L<S> l = splitAtSpace(s);
11  
    if (l(l) != 3) print("eivt huh? " + s);
12  
    else out.add(l);
13  
  }
14  
  ret out;
15  
}

Author comment

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: 389 / 416
Referenced in: [show references]