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

3
LINES

< > BotCompany Repo | #1004314 // isMainProgram - false if we're hotwired by another program

JavaX fragment (include)

static bool isMainProgram() {
  ret creator() == null;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1004314
Snippet name: isMainProgram - false if we're hotwired by another program
Eternal ID of this version: #1004314/1
Text MD5: b43258a446a1fd0177aaa604deb782f3
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-13 14:11:46
Source code size: 58 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 488 / 489
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1010852 - isMain - synonym of isMainProgram - false if we're hotwired by another program