static O ai_isTrue_f; // voidfunc(S) -> bool static bool ai_isTrue(S s) { if (ai_isTrue_f == null) fail("ai_isTrue_f not set"); ret isTrue(callF(ai_isTrue_f, s); }
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: | 389 / 512 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |