Cite This Page
Bibliographic details for Compound data type
- Page name: Compound data type
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 16 October 2022 11:00 UTC
- Date retrieved: 4 February 2023 02:39 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Compound_data_type&oldid=331889
- Page Version ID: 331889
Citation styles for Compound data type
APA style
Compound data type. (2022, October 16). Rosetta Code, . Retrieved 02:39, February 4, 2023 from https://rosettacode.org/w/index.php?title=Compound_data_type&oldid=331889.
MLA style
"Compound data type." Rosetta Code, . 16 Oct 2022, 11:00 UTC. 4 Feb 2023, 02:39 <https://rosettacode.org/w/index.php?title=Compound_data_type&oldid=331889>.
MHRA style
Rosetta Code contributors, 'Compound data type', Rosetta Code, , 16 October 2022, 11:00 UTC, <https://rosettacode.org/w/index.php?title=Compound_data_type&oldid=331889> [accessed 4 February 2023]
Chicago style
Rosetta Code contributors, "Compound data type," Rosetta Code, , https://rosettacode.org/w/index.php?title=Compound_data_type&oldid=331889 (accessed February 4, 2023).
CBE/CSE style
Rosetta Code contributors. Compound data type [Internet]. Rosetta Code, ; 2022 Oct 16, 11:00 UTC [cited 2023 Feb 4]. Available from: https://rosettacode.org/w/index.php?title=Compound_data_type&oldid=331889.
Bluebook style
Compound data type, https://rosettacode.org/w/index.php?title=Compound_data_type&oldid=331889 (last visited February 4, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Compound data type --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Compound_data_type&oldid=331889", note = "[Online; accessed 4-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 = "Compound data type --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Compound_data_type&oldid=331889}", note = "[Online; accessed 4-February-2023]" }