Brackets are used in Verse to specify different kinds of information in the code. Verse uses four sets of brackets. Their uses include but are not limited to:
()Parentheses are used for setting parameters in a function signature and arguments in a function call, and for grouping expressions, tuples, and subclasses.[]Brackets (also called square brackets) are used for failable function calls, type specifiers for arrays and maps, and indexing into an array.{}Curly brackets (or curly braces) are used in archetype instantiation, code block formatting, and string interpolation.<>Angle brackets used to add specifiers to identifiers and functions.