Cite This Page
Bibliographic details for GNU Cobol
- Page name: GNU Cobol
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 1 May 2016 05:00 UTC
- Date retrieved: 3 February 2023 00:53 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=GNU_Cobol&oldid=268085
- Page Version ID: 268085
Citation styles for GNU Cobol
APA style
GNU Cobol. (2016, May 1). Rosetta Code, . Retrieved 00:53, February 3, 2023 from https://rosettacode.org/w/index.php?title=GNU_Cobol&oldid=268085.
MLA style
"GNU Cobol." Rosetta Code, . 1 May 2016, 05:00 UTC. 3 Feb 2023, 00:53 <https://rosettacode.org/w/index.php?title=GNU_Cobol&oldid=268085>.
MHRA style
Rosetta Code contributors, 'GNU Cobol', Rosetta Code, , 1 May 2016, 05:00 UTC, <https://rosettacode.org/w/index.php?title=GNU_Cobol&oldid=268085> [accessed 3 February 2023]
Chicago style
Rosetta Code contributors, "GNU Cobol," Rosetta Code, , https://rosettacode.org/w/index.php?title=GNU_Cobol&oldid=268085 (accessed February 3, 2023).
CBE/CSE style
Rosetta Code contributors. GNU Cobol [Internet]. Rosetta Code, ; 2016 May 1, 05:00 UTC [cited 2023 Feb 3]. Available from: https://rosettacode.org/w/index.php?title=GNU_Cobol&oldid=268085.
Bluebook style
GNU Cobol, https://rosettacode.org/w/index.php?title=GNU_Cobol&oldid=268085 (last visited February 3, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "GNU Cobol --- Rosetta Code{,} ", year = "2016", url = "https://rosettacode.org/w/index.php?title=GNU_Cobol&oldid=268085", note = "[Online; accessed 3-February-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 = "Rosetta Code", title = "GNU Cobol --- Rosetta Code{,} ", year = "2016", url = "\url{https://rosettacode.org/w/index.php?title=GNU_Cobol&oldid=268085}", note = "[Online; accessed 3-February-2023]" }