Cite This Page
Bibliographic details for Integer literals
- Page name: Integer literals
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 6 February 2010 13:34 UTC
- Date retrieved: 15 February 2025 13:42 UTC
- Permanent URL: https://rosettacode.org/wiki/Integer_literals?oldid=138278
- Page Version ID: 138278
Citation styles for Integer literals
APA style
Integer literals. (2010, February 6). Rosetta Code. Retrieved 13:42, February 15, 2025 from https://rosettacode.org/wiki/Integer_literals?oldid=138278.
MLA style
"Integer literals." Rosetta Code. 6 Feb 2010, 13:34 UTC. 15 Feb 2025, 13:42 <https://rosettacode.org/wiki/Integer_literals?oldid=138278>.
MHRA style
Rosetta Code contributors, 'Integer literals', Rosetta Code, 6 February 2010, 13:34 UTC, <https://rosettacode.org/wiki/Integer_literals?oldid=138278> [accessed 15 February 2025]
Chicago style
Rosetta Code contributors, "Integer literals," Rosetta Code, https://rosettacode.org/wiki/Integer_literals?oldid=138278 (accessed February 15, 2025).
CBE/CSE style
Rosetta Code contributors. Integer literals [Internet]. Rosetta Code; 2010 Feb 6, 13:34 UTC [cited 2025 Feb 15]. Available from: https://rosettacode.org/wiki/Integer_literals?oldid=138278.
Bluebook style
Integer literals, https://rosettacode.org/wiki/Integer_literals?oldid=138278 (last visited February 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Integer literals --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/wiki/Integer_literals?oldid=138278", note = "[Online; accessed 15-February-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 = "Rosetta Code", title = "Integer literals --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/wiki/Integer_literals?oldid=138278}", note = "[Online; accessed 15-February-2025]" }