Warning: session_start(): open(/var/lib/php/sessions/sess_kq1r83c0q3msufpmuhm4v4e8sb, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
hasGlobalOption [1033354]

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

4
LINES

< > BotCompany Repo | #1033354 // hasGlobalOption

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4505L/25K).

static TripleBool hasGlobalOption(S option) {
  S question = print(option + "?");
  ret askTripleBool(question);
}

Author comment

Began life as a copy of #1033353

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033354
Snippet name: hasGlobalOption
Eternal ID of this version: #1033354/3
Text MD5: dfbff90dc43b93a9e7149e8d7c2e1cbd
Transpilation MD5: 532a40eebd3d4a9449b173683b97c530
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-25 01:28:11
Source code size: 117 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 586 / 671
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1033355 - askTripleBool