Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1012868 // ai_hasAny - accepts dollar vars

JavaX fragment (include)

1  
static bool ai_hasAny(S a, S b, S c) {
2  
  ret ai_text(a, b, c) != null;
3  
}
4  
5  
static bool ai_hasAny(T3<S> t) {
6  
  ret ai_hasAny(t.a, t.b, t.c);
7  
}

Author comment

Began life as a copy of #1012107

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: #1012868
Snippet name: ai_hasAny - accepts dollar vars
Eternal ID of this version: #1012868/1
Text MD5: 9dda7315014480b529ea42b418d0d17f
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-14 22:08:51
Source code size: 146 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 338 / 368
Referenced in: [show references]