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

7
LINES

< > BotCompany Repo | #1003236 // snippetLink

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

Libraryless. Click here for Pure Java version (2859L/17K).

sS snippetLink(S id) {
  ret empty(id) ? id : snippetLink(parseSnippetID(id));
}

sS snippetLink(long id) {
  ret "https://code.botcompany.de/" + id;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003236
Snippet name: snippetLink
Eternal ID of this version: #1003236/6
Text MD5: ab062034678789e75b3b9bc8ec7e16da
Transpilation MD5: 0b83e0c5d9ca5d88aa43edabe1ddc5c5
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-22 12:01:46
Source code size: 157 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 680 / 705
Version history: 5 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1008711 - longSnippetLink
#1011995 - snippetURL - synonym of snippetLink