Cite This Page
Bibliographic details for Short examples/BF interpreter
- Page name: Short examples/BF interpreter
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 26 April 2021 01:12 UTC
- Date retrieved: 20 April 2025 18:58 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Short_examples/BF_interpreter&oldid=64344
- Page Version ID: 64344
Citation styles for Short examples/BF interpreter
APA style
Short examples/BF interpreter. (2021, April 26). HaskellWiki. Retrieved 18:58, April 20, 2025 from https://wiki.haskell.org/index.php?title=Short_examples/BF_interpreter&oldid=64344.
MLA style
"Short examples/BF interpreter." HaskellWiki. 26 Apr 2021, 01:12 UTC. 20 Apr 2025, 18:58 <https://wiki.haskell.org/index.php?title=Short_examples/BF_interpreter&oldid=64344>.
MHRA style
HaskellWiki contributors, 'Short examples/BF interpreter', HaskellWiki, 26 April 2021, 01:12 UTC, <https://wiki.haskell.org/index.php?title=Short_examples/BF_interpreter&oldid=64344> [accessed 20 April 2025]
Chicago style
HaskellWiki contributors, "Short examples/BF interpreter," HaskellWiki, https://wiki.haskell.org/index.php?title=Short_examples/BF_interpreter&oldid=64344 (accessed April 20, 2025).
CBE/CSE style
HaskellWiki contributors. Short examples/BF interpreter [Internet]. HaskellWiki; 2021 Apr 26, 01:12 UTC [cited 2025 Apr 20]. Available from: https://wiki.haskell.org/index.php?title=Short_examples/BF_interpreter&oldid=64344.
Bluebook style
Short examples/BF interpreter, https://wiki.haskell.org/index.php?title=Short_examples/BF_interpreter&oldid=64344 (last visited April 20, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Short examples/BF interpreter --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Short_examples/BF_interpreter&oldid=64344", note = "[Online; accessed 20-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 = "HaskellWiki", title = "Short examples/BF interpreter --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Short_examples/BF_interpreter&oldid=64344}", note = "[Online; accessed 20-April-2025]" }