Cite This Page
Bibliographic details for Command Line Arguments
- Page name: Command Line Arguments
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 6 February 2010 12:46 UTC
- Date retrieved: 9 December 2024 20:26 UTC
- Permanent URL: https://rosettacode.org/wiki/Command_Line_Arguments?oldid=138126
- Page Version ID: 138126
Citation styles for Command Line Arguments
APA style
Command Line Arguments. (2010, February 6). Rosetta Code. Retrieved 20:26, December 9, 2024 from https://rosettacode.org/wiki/Command_Line_Arguments?oldid=138126.
MLA style
"Command Line Arguments." Rosetta Code. 6 Feb 2010, 12:46 UTC. 9 Dec 2024, 20:26 <https://rosettacode.org/wiki/Command_Line_Arguments?oldid=138126>.
MHRA style
Rosetta Code contributors, 'Command Line Arguments', Rosetta Code, 6 February 2010, 12:46 UTC, <https://rosettacode.org/wiki/Command_Line_Arguments?oldid=138126> [accessed 9 December 2024]
Chicago style
Rosetta Code contributors, "Command Line Arguments," Rosetta Code, https://rosettacode.org/wiki/Command_Line_Arguments?oldid=138126 (accessed December 9, 2024).
CBE/CSE style
Rosetta Code contributors. Command Line Arguments [Internet]. Rosetta Code; 2010 Feb 6, 12:46 UTC [cited 2024 Dec 9]. Available from: https://rosettacode.org/wiki/Command_Line_Arguments?oldid=138126.
Bluebook style
Command Line Arguments, https://rosettacode.org/wiki/Command_Line_Arguments?oldid=138126 (last visited December 9, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Command Line Arguments --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/wiki/Command_Line_Arguments?oldid=138126", note = "[Online; accessed 9-December-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 = "Command Line Arguments --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/wiki/Command_Line_Arguments?oldid=138126}", note = "[Online; accessed 9-December-2024]" }