1 | static O ai_isTrue_f; // voidfunc(S) -> bool |
2 | |
3 | static bool ai_isTrue(S s) { |
4 | if (ai_isTrue_f == null) fail("ai_isTrue_f not set"); |
5 | ret isTrue(callF(ai_isTrue_f, s); |
6 | } |
Began life as a copy of #1018180
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018181 |
Snippet name: | ai_isTrue |
Eternal ID of this version: | #1018181/1 |
Text MD5: | 3b2bd1d58945f5d9afaff1e0c37335e3 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-09-07 16:16:56 |
Source code size: | 173 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 388 / 512 |
Referenced in: | [show references] |