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

7
LINES

< > BotCompany Repo | #1012785 // ai_intOrMinus1 - synonym of ai_text_int - search triple DB for integer (return -1 if not found)

JavaX fragment (include)

static int ai_intOrMinus1(Symbol a, Symbol b, Symbol c) {
  ret ai_text_int(a, b, c);
}

static int ai_intOrMinus1(T3<Symbol> t) {
  ret ai_text_int(t);
}

Author comment

Began life as a copy of #1012761

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: #1012785
Snippet name: ai_intOrMinus1 - synonym of ai_text_int - search triple DB for integer (return -1 if not found)
Eternal ID of this version: #1012785/1
Text MD5: 56359684e70b25627a32dfae99f15a5c
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-13 03:21:17
Source code size: 160 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 313 / 349
Referenced in: [show references]