1 | static O je_checkAndExecuteRule(L<JE_CascadeEntry> rule) {
|
2 | // TODO: postThens? |
3 | if (!je_checkRule(rule)) null; |
4 | ret je_executeThenStatements(rule); |
5 | } |
6 | |
7 | static O je_checkAndExecuteRule(S rule) {
|
8 | ret je_checkAndExecuteRule(je_parseCascade(rule)); |
9 | } |
Began life as a copy of #1012931
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: | #1012932 |
| Snippet name: | je_checkAndExecuteRule - returns answer object |
| Eternal ID of this version: | #1012932/4 |
| Text MD5: | 239e1c473b21d6556163a2466b795193 |
| 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-19 17:08:53 |
| Source code size: | 259 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 653 / 716 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |