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: 9 June 2024 11:10 UTC
- Date retrieved: 27 April 2025 06:34 UTC
- Permanent URL: https://rosettacode.org/wiki/Strip_block_comments?oldid=365101
- Page Version ID: 365101
Citation styles for Strip block comments
APA style
Strip block comments. (2024, June 9). Rosetta Code. Retrieved 06:34, April 27, 2025 from https://rosettacode.org/wiki/Strip_block_comments?oldid=365101.
MLA style
"Strip block comments." Rosetta Code. 9 Jun 2024, 11:10 UTC. 27 Apr 2025, 06:34 <https://rosettacode.org/wiki/Strip_block_comments?oldid=365101>.
MHRA style
Rosetta Code contributors, 'Strip block comments', Rosetta Code, 9 June 2024, 11:10 UTC, <https://rosettacode.org/wiki/Strip_block_comments?oldid=365101> [accessed 27 April 2025]
Chicago style
Rosetta Code contributors, "Strip block comments," Rosetta Code, https://rosettacode.org/wiki/Strip_block_comments?oldid=365101 (accessed April 27, 2025).
CBE/CSE style
Rosetta Code contributors. Strip block comments [Internet]. Rosetta Code; 2024 Jun 9, 11:10 UTC [cited 2025 Apr 27]. Available from: https://rosettacode.org/wiki/Strip_block_comments?oldid=365101.
Bluebook style
Strip block comments, https://rosettacode.org/wiki/Strip_block_comments?oldid=365101 (last visited April 27, 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=365101", note = "[Online; accessed 27-April-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=365101}", note = "[Online; accessed 27-April-2025]" }