Cite This Page
Bibliographic details for Informal programming
- Page name: Informal programming
- Author: "A B C" contributors
- Publisher: "A B C", .
- Date of last revision: 27 January 2012 11:57 UTC
- Date retrieved: 17 November 2025 16:05 UTC
- Permanent URL: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Informal_programming&oldid=4953
- Page Version ID: 4953
Citation styles for Informal programming
APA style
Informal programming. (2012, January 27). "A B C", . Retrieved 16:05, November 17, 2025 from http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Informal_programming&oldid=4953.
MLA style
"Informal programming." "A B C", . 27 Jan 2012, 11:57 UTC. 17 Nov 2025, 16:05 <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Informal_programming&oldid=4953>.
MHRA style
"A B C" contributors, 'Informal programming', "A B C", , 27 January 2012, 11:57 UTC, <http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Informal_programming&oldid=4953> [accessed 17 November 2025]
Chicago style
"A B C" contributors, "Informal programming," "A B C", , http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Informal_programming&oldid=4953 (accessed November 17, 2025).
CBE/CSE style
"A B C" contributors. Informal programming [Internet]. "A B C", ; 2012 Jan 27, 11:57 UTC [cited 2025 Nov 17]. Available from: http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Informal_programming&oldid=4953.
Bluebook style
Informal programming, http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Informal_programming&oldid=4953 (last visited November 17, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = ""A B C"",
title = "Informal programming --- "A B C"{,} ",
year = "2012",
url = "http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Informal_programming&oldid=4953",
note = "[Online; accessed 17-November-2025]"
}
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 = ""A B C"",
title = "Informal programming --- "A B C"{,} ",
year = "2012",
url = "\url{http://steipe.biochemistry.utoronto.ca/abc/index.php?title=Informal_programming&oldid=4953}",
note = "[Online; accessed 17-November-2025]"
}