Cite This Page
Bibliographic details for Snobol
- Page name: Snobol
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 5 October 2011 13:29 UTC
- Date retrieved: 30 January 2023 21:47 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Snobol&oldid=202020
- Page Version ID: 202020
Citation styles for Snobol
APA style
Snobol. (2011, October 5). Rosetta Code, . Retrieved 21:47, January 30, 2023 from https://rosettacode.org/w/index.php?title=Snobol&oldid=202020.
MLA style
"Snobol." Rosetta Code, . 5 Oct 2011, 13:29 UTC. 30 Jan 2023, 21:47 <https://rosettacode.org/w/index.php?title=Snobol&oldid=202020>.
MHRA style
Rosetta Code contributors, 'Snobol', Rosetta Code, , 5 October 2011, 13:29 UTC, <https://rosettacode.org/w/index.php?title=Snobol&oldid=202020> [accessed 30 January 2023]
Chicago style
Rosetta Code contributors, "Snobol," Rosetta Code, , https://rosettacode.org/w/index.php?title=Snobol&oldid=202020 (accessed January 30, 2023).
CBE/CSE style
Rosetta Code contributors. Snobol [Internet]. Rosetta Code, ; 2011 Oct 5, 13:29 UTC [cited 2023 Jan 30]. Available from: https://rosettacode.org/w/index.php?title=Snobol&oldid=202020.
Bluebook style
Snobol, https://rosettacode.org/w/index.php?title=Snobol&oldid=202020 (last visited January 30, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Snobol --- Rosetta Code{,} ", year = "2011", url = "https://rosettacode.org/w/index.php?title=Snobol&oldid=202020", note = "[Online; accessed 30-January-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 = "Snobol --- Rosetta Code{,} ", year = "2011", url = "\url{https://rosettacode.org/w/index.php?title=Snobol&oldid=202020}", note = "[Online; accessed 30-January-2023]" }