Vyxapedia

Element - øḃ - Curly Bracketify

Characters: ø,


Description

Enclose a string in curly brackets


Overloads

  • any - "{"" + a + "}"

Examples

  • `xyz` øḃ = `{xyz}`
  • 5 øḃ = `{5}`
  • ⟨1|2|3⟩ øḃ = ⟨`{1}`|`{2}`|`{3}`⟩