Cite This Page
Bibliographic details for Set
- Page name: Set
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 7 October 2024 08:41 UTC
- Date retrieved: 19 May 2025 09:15 UTC
- Permanent URL: https://rosettacode.org/wiki/Set?oldid=371106
- Page Version ID: 371106
Citation styles for Set
APA style
Set. (2024, October 7). Rosetta Code. Retrieved 09:15, May 19, 2025 from https://rosettacode.org/wiki/Set?oldid=371106.
MLA style
"Set." Rosetta Code. 7 Oct 2024, 08:41 UTC. 19 May 2025, 09:15 <https://rosettacode.org/wiki/Set?oldid=371106>.
MHRA style
Rosetta Code contributors, 'Set', Rosetta Code, 7 October 2024, 08:41 UTC, <https://rosettacode.org/wiki/Set?oldid=371106> [accessed 19 May 2025]
Chicago style
Rosetta Code contributors, "Set," Rosetta Code, https://rosettacode.org/wiki/Set?oldid=371106 (accessed May 19, 2025).
CBE/CSE style
Rosetta Code contributors. Set [Internet]. Rosetta Code; 2024 Oct 7, 08:41 UTC [cited 2025 May 19]. Available from: https://rosettacode.org/wiki/Set?oldid=371106.
Bluebook style
Set, https://rosettacode.org/wiki/Set?oldid=371106 (last visited May 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Set --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Set?oldid=371106", note = "[Online; accessed 19-May-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 = "Set --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Set?oldid=371106}", note = "[Online; accessed 19-May-2025]" }