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

13
LINES

< > BotCompany Repo | #1012765 // openQuestion - signal an open question

JavaX fragment (include)

static O openQuestion() {
  ret openQuestion(null);
}

static O openQuestion(S msg) {
  {
    lock appendToFile_lock;
    if (nempty(msg))
      logQuoted("openQuestions.txt", "Msg: " + msg);
    logQuoted("openQuestions.txt", getStackTrace());
  }
  fail(or2(msg, "Open question"));
}

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: #1012765
Snippet name: openQuestion - signal an open question
Eternal ID of this version: #1012765/5
Text MD5: 2ddf6a2b06dead3d9a7e0e8a9075de90
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-11 23:54:09
Source code size: 297 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 310 / 346
Version history: 4 change(s)
Referenced in: [show references]