Curly bracket programming language: Difference between revisions

Content deleted Content added
m Robot-assisted disambiguation (you can help!): C programming language
m Robot-assisted disambiguation (you can help!): Haskell programming language
Line 35:
'''}'''
 
There are many other ways to identify statement blocks, such as ending keywords that may match beginning keywords (in [[Ada (programming language)|Ada]], [[Pascal (programming language)|Pascal]], [[REXX]], and [[Visual Basic]]), the [[Off-side rule]] of indentation (in [[Python programming language|Python]]), or other symbols such as parentheses (in [[Lisp programming language|Lisp]]). These ways are not necessarily exclusive: whereas indentation is the default in [[Haskell (programming language)|Haskell]], curly brackets can be used when desired.
 
=== Loops ===