static void je_postThens(L<JE_CascadeEntry> rule) { int i = je_indexOfThen(rule); if (i < 0) i = 0; // all then for (; i < l(rule); i++) { JE_CascadeEntry e = rule.get(i); continue if e.java; L<S> tok = tok_withoutOuterBrackets(e.tok); T3<S> t = ai_tripelize(join(tok)); post(t); } }
Began life as a copy of #1012905
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: | #1012917 |
| Snippet name: | je_postThens |
| Eternal ID of this version: | #1012917/3 |
| Text MD5: | 25ecf3b87ceee07d6c4357584bfc0ef1 |
| 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-18 00:12:04 |
| Source code size: | 321 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 649 / 633 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012918 - je_indexOfThen #1012931 - je_executeThenStatements |