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

6
LINES

< > BotCompany Repo | #1019686 // linuxWindowsMac

JavaX fragment (include)

sS linuxWindowsMac() {
  ret isMac() ? "Mac"
    : isWindows() ? "Windows"
    : isLinux() ? "Linux"
    : "Unknown";
}

download  show line numbers  debug dex  old transpilations   

Travelled to 11 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019686
Snippet name: linuxWindowsMac
Eternal ID of this version: #1019686/1
Text MD5: cd3f76d8e304e2642e36b5bab6a17615
Author: stefan
Category: javax / os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-19 13:23:21
Source code size: 124 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 232 / 273
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)