ScratchData LogoScratchData
Back to the_next_error's profile

brainf[oh no!]k interpreter: now with letters!!!!!

THthe_next_error•Created February 8, 2024
brainf[oh no!]k interpreter: now with letters!!!!!
0
0
4 views
View on Scratch

Instructions

+ - bumps the pointed to thing up by 1 - - bumps the pointed to thing down by 1 > - moves the pointer down by 1 < - moves the pointer up by 1 the pointer wraps around to 1024, and the numbers wrap around at 256. . - outputs the pointed at number - not ascii, they're just numbers. (edit: turn to text turns the number into the respective character in whatever text you've set. (the first character is character 0, not 1.)) , - takes input mod 256 (please don't put in a letter or word) (edit: you can do it now, just slide the "input as text?" to 1.) [] - code in brackets is repeated until the pointed at number is 0. given how these brackets work, if there is no [ before it, the ] can loop to the start of the program!

Project Details

Project ID963518030
CreatedFebruary 8, 2024
Last ModifiedOctober 25, 2024
SharedFebruary 8, 2024
Visibilityvisible
CommentsAllowed