Cite This Page
Bibliographic details for Loops/With multiple ranges
- Page name: Loops/With multiple ranges
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 23 January 2023 10:37 UTC
- Date retrieved: 27 March 2023 20:06 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Loops/With_multiple_ranges&oldid=335916
- Page Version ID: 335916
Citation styles for Loops/With multiple ranges
APA style
Loops/With multiple ranges. (2023, January 23). Rosetta Code, . Retrieved 20:06, March 27, 2023 from https://rosettacode.org/w/index.php?title=Loops/With_multiple_ranges&oldid=335916.
MLA style
"Loops/With multiple ranges." Rosetta Code, . 23 Jan 2023, 10:37 UTC. 27 Mar 2023, 20:06 <https://rosettacode.org/w/index.php?title=Loops/With_multiple_ranges&oldid=335916>.
MHRA style
Rosetta Code contributors, 'Loops/With multiple ranges', Rosetta Code, , 23 January 2023, 10:37 UTC, <https://rosettacode.org/w/index.php?title=Loops/With_multiple_ranges&oldid=335916> [accessed 27 March 2023]
Chicago style
Rosetta Code contributors, "Loops/With multiple ranges," Rosetta Code, , https://rosettacode.org/w/index.php?title=Loops/With_multiple_ranges&oldid=335916 (accessed March 27, 2023).
CBE/CSE style
Rosetta Code contributors. Loops/With multiple ranges [Internet]. Rosetta Code, ; 2023 Jan 23, 10:37 UTC [cited 2023 Mar 27]. Available from: https://rosettacode.org/w/index.php?title=Loops/With_multiple_ranges&oldid=335916.
Bluebook style
Loops/With multiple ranges, https://rosettacode.org/w/index.php?title=Loops/With_multiple_ranges&oldid=335916 (last visited March 27, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Loops/With multiple ranges --- Rosetta Code{,} ", year = "2023", url = "https://rosettacode.org/w/index.php?title=Loops/With_multiple_ranges&oldid=335916", note = "[Online; accessed 27-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 = "Rosetta Code", title = "Loops/With multiple ranges --- Rosetta Code{,} ", year = "2023", url = "\url{https://rosettacode.org/w/index.php?title=Loops/With_multiple_ranges&oldid=335916}", note = "[Online; accessed 27-March-2023]" }