Cite This Page
Bibliographic details for Associative array/Iteration
- Page name: Associative array/Iteration
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 24 November 2022 12:49 UTC
- Date retrieved: 8 February 2023 13:03 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Associative_array/Iteration&oldid=333846
- Page Version ID: 333846
Citation styles for Associative array/Iteration
APA style
Associative array/Iteration. (2022, November 24). Rosetta Code, . Retrieved 13:03, February 8, 2023 from https://rosettacode.org/w/index.php?title=Associative_array/Iteration&oldid=333846.
MLA style
"Associative array/Iteration." Rosetta Code, . 24 Nov 2022, 12:49 UTC. 8 Feb 2023, 13:03 <https://rosettacode.org/w/index.php?title=Associative_array/Iteration&oldid=333846>.
MHRA style
Rosetta Code contributors, 'Associative array/Iteration', Rosetta Code, , 24 November 2022, 12:49 UTC, <https://rosettacode.org/w/index.php?title=Associative_array/Iteration&oldid=333846> [accessed 8 February 2023]
Chicago style
Rosetta Code contributors, "Associative array/Iteration," Rosetta Code, , https://rosettacode.org/w/index.php?title=Associative_array/Iteration&oldid=333846 (accessed February 8, 2023).
CBE/CSE style
Rosetta Code contributors. Associative array/Iteration [Internet]. Rosetta Code, ; 2022 Nov 24, 12:49 UTC [cited 2023 Feb 8]. Available from: https://rosettacode.org/w/index.php?title=Associative_array/Iteration&oldid=333846.
Bluebook style
Associative array/Iteration, https://rosettacode.org/w/index.php?title=Associative_array/Iteration&oldid=333846 (last visited February 8, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Associative array/Iteration --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Associative_array/Iteration&oldid=333846", note = "[Online; accessed 8-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 = "Associative array/Iteration --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Associative_array/Iteration&oldid=333846}", note = "[Online; accessed 8-February-2023]" }