Link Search Menu Expand Document

Chapter 1

Brainfuck Syntax and Function

This chapter covers the functionality and usage of the eight commands in Brainfuck: +, -, <, >, ., ,, [, and ]. Users will print Hello World! with relative syntactic efficiency (a nontrivial task in Brainfuck) and create a ‘parrot program’ that repeats/parrots user input.


Table of contents