Curly brackets

{} <--- these things as microsoft sam calls them anyway!
are they called curly brackets? :S
by Aunty Crumpet Bum April 28, 2008
Get the Curly brackets mug.

Curly brackets

A syntax technique used for segmented code that is used in computer programming languages, mostly C-based derivatives. This type-setting also promotes readability as the algorithm is much more clearly understandable to humans.
void foo(){

if(true){

std::cout << "Using Curly brackets with C++!\n";

}
}
by faizer June 06, 2009
Get the Curly brackets mug.