Pointy Brainfuck pyramid I just made a pointy version of my pyramid. http://www.philippe97.ca/phil2bf/ --- char count set count 20 print + char dashes copy dashes count dec dashes while dashes dec dashes print -- end print -+\n char stars zero stars char spaces copy spaces count char loop copy loop count while loop dec loop dec spaces print | char newspaces copy newspaces spaces while newspaces dec newspaces print \ # end print * char newstars copy newstars stars while newstars dec newstars print ** end char newspaces copy newspaces spaces while newspaces dec newspaces print \ # end inc stars print |\n end print + char dashes copy dashes count dec dashes while dashes dec dashes print -- end print -+\n