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

4
LINES

< > BotCompany Repo | #1007621 // statementToString

JavaX fragment (include)

static S statementToString(Statement s) {
  if (s == null) ret "-";
  ret or2(s.possibleEnglishTranslation, "?") + " - " + s.text + " [" + s.globalID + "]";
}

Author comment

Began life as a copy of #1007517

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: #1007621
Snippet name: statementToString
Eternal ID of this version: #1007621/2
Text MD5: 3afe61cb8bc61613a95d668268f28d17
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-29 13:06:50
Source code size: 161 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 409 / 435
Version history: 1 change(s)
Referenced in: [show references]