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