Cite This Page
Bibliographic details for Strip block comments
- Page name: Strip block comments
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 23 November 2024 11:40 UTC
- Date retrieved: 18 January 2025 04:48 UTC
- Permanent URL: https://rosettacode.org/wiki/Strip_block_comments?oldid=373653
- Page Version ID: 373653
Citation styles for Strip block comments
APA style
Strip block comments. (2024, November 23). Rosetta Code. Retrieved 04:48, January 18, 2025 from https://rosettacode.org/wiki/Strip_block_comments?oldid=373653.
MLA style
"Strip block comments." Rosetta Code. 23 Nov 2024, 11:40 UTC. 18 Jan 2025, 04:48 <https://rosettacode.org/wiki/Strip_block_comments?oldid=373653>.
MHRA style
Rosetta Code contributors, 'Strip block comments', Rosetta Code, 23 November 2024, 11:40 UTC, <https://rosettacode.org/wiki/Strip_block_comments?oldid=373653> [accessed 18 January 2025]
Chicago style
Rosetta Code contributors, "Strip block comments," Rosetta Code, https://rosettacode.org/wiki/Strip_block_comments?oldid=373653 (accessed January 18, 2025).
CBE/CSE style
Rosetta Code contributors. Strip block comments [Internet]. Rosetta Code; 2024 Nov 23, 11:40 UTC [cited 2025 Jan 18]. Available from: https://rosettacode.org/wiki/Strip_block_comments?oldid=373653.
Bluebook style
Strip block comments, https://rosettacode.org/wiki/Strip_block_comments?oldid=373653 (last visited January 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Strip block comments --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Strip_block_comments?oldid=373653", note = "[Online; accessed 18-January-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 = "Strip block comments --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Strip_block_comments?oldid=373653}", note = "[Online; accessed 18-January-2025]" }