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

3
LINES

< > BotCompany Repo | #1011750 // curlyBrace - enclose in curly braces

JavaX fragment (include)

static S curlyBrace(S s) {
  ret "{" + s + "}";
}

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: #1011750
Snippet name: curlyBrace - enclose in curly braces
Eternal ID of this version: #1011750/1
Text MD5: eefd36352635501c7c4e63262d13fa28
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-05 01:06:03
Source code size: 51 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 395 / 462
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1011752 - optionalCurlyBrace - enclose in curly braces if the whole term isn't enclosed yet
#1011843 - curlyBraces - synonym of curlyBrace - enclose in curly braces
#1013012 - squareBrackets - enclose in square brackets []
#1013389 - curly - synonym of optionalCurlyBrace
#1025604 - roundBracket - enclose in round brackets