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

4
LINES

< > BotCompany Repo | #1007639 // isTruth - does a statement already exist?

JavaX fragment (include)

static bool isTruth(S text) {
  text = trim(text);
  ret trueStatements_cached().contains(text);
}

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: #1007639
Snippet name: isTruth - does a statement already exist?
Eternal ID of this version: #1007639/1
Text MD5: f1f902c9fdee91fa3b808227ca8f7229
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-30 11:57:46
Source code size: 101 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 515 / 543
Referenced in: [show references]