Cite This Page
Bibliographic details for Ternary operator
- Page name: Ternary operator
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 24 July 2021 23:07 UTC
- Date retrieved: 29 March 2023 18:59 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Ternary_operator&oldid=64614
- Page Version ID: 64614
Citation styles for Ternary operator
APA style
Ternary operator. (2021, July 24). HaskellWiki, . Retrieved 18:59, March 29, 2023 from https://wiki.haskell.org/index.php?title=Ternary_operator&oldid=64614.
MLA style
"Ternary operator." HaskellWiki, . 24 Jul 2021, 23:07 UTC. 29 Mar 2023, 18:59 <https://wiki.haskell.org/index.php?title=Ternary_operator&oldid=64614>.
MHRA style
HaskellWiki contributors, 'Ternary operator', HaskellWiki, , 24 July 2021, 23:07 UTC, <https://wiki.haskell.org/index.php?title=Ternary_operator&oldid=64614> [accessed 29 March 2023]
Chicago style
HaskellWiki contributors, "Ternary operator," HaskellWiki, , https://wiki.haskell.org/index.php?title=Ternary_operator&oldid=64614 (accessed March 29, 2023).
CBE/CSE style
HaskellWiki contributors. Ternary operator [Internet]. HaskellWiki, ; 2021 Jul 24, 23:07 UTC [cited 2023 Mar 29]. Available from: https://wiki.haskell.org/index.php?title=Ternary_operator&oldid=64614.
Bluebook style
Ternary operator, https://wiki.haskell.org/index.php?title=Ternary_operator&oldid=64614 (last visited March 29, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Ternary operator --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Ternary_operator&oldid=64614", note = "[Online; accessed 29-March-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "Ternary operator --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Ternary_operator&oldid=64614}", note = "[Online; accessed 29-March-2023]" }