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: 12 September 2024 08:39 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 08:39, September 12, 2024 from https://rosettacode.org/wiki/Strip_block_comments?oldid=365101.
MLA style
"Strip block comments." Rosetta Code. 9 Jun 2024, 11:10 UTC. 12 Sep 2024, 08:39 <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 12 September 2024]
Chicago style
Rosetta Code contributors, "Strip block comments," Rosetta Code, https://rosettacode.org/wiki/Strip_block_comments?oldid=365101 (accessed September 12, 2024).
CBE/CSE style
Rosetta Code contributors. Strip block comments [Internet]. Rosetta Code; 2024 Jun 9, 11:10 UTC [cited 2024 Sep 12]. 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 September 12, 2024).
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 12-September-2024]" }
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 12-September-2024]" }