Curly bracket programming language: Difference between revisions

Content deleted Content added
Problems: ANSI C trigraphs
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 ===