1 | static L<JE_CascadeEntry> je_ifThenToCascade(L<Pair<S>> ifThen) {
|
2 | new L<JE_CascadeEntry> out; |
3 | for (Pair<S> p : ifThen) {
|
4 | new JE_CascadeEntry e; |
5 | e.op = p.a; |
6 | e.java = ai_javaOrEnglish(p.b) > 0; |
7 | e.tok = javaTok(p.b); |
8 | out.add(e); |
9 | } |
10 | ret out; |
11 | } |
Began life as a copy of #1012891
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: | #1012901 |
| Snippet name: | je_ifThenToCascade |
| Eternal ID of this version: | #1012901/2 |
| Text MD5: | 88be151b4339df4f8945115dda10539b |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-16 13:33:02 |
| Source code size: | 276 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 586 / 626 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |