OnlineOne
|
  |
| Joined: 14 Jul 2011 |
| Total Posts: 1193 |
|
|
| 29 Feb 2016 04:05 PM |
What are brackets used for? Thanks in advance.
- Online |
|
|
| Report Abuse |
|
|
| 29 Feb 2016 04:11 PM |
This question depends on the type of brackets that you are referring to. The vast majority of brackets are multi-purpose in use.
"()" is commonly used to transfer execution signals to functions.
"{}" is commonly used to denote a "table" of stored data.
"[]" typically represents table-key indexing.
The uses vary significantly depending on the context. |
|
|
| Report Abuse |
|