Tutorial to BrainScrach: + Add one to the selected cell - Subtract one from the selected cell > Move one cell to the right < Move one cell to the left . output the number in the selected cell , input a number to the selected cell [ ] contains a loop, that goes on until the selected cell the loop is on after one cycle reaches exactly 0 delete with \ Examples: ,+++ takes an input and adds 3 [>+<-] shifts the number in the selected cell to the right [>++<-] doubles the value in the selected cell [+] is an infinite loop, which increases the cells number