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