BrainPlus: Reload is a remaster of another project i did called BrainPlus BrainPlus: Reloaded can also be called as "BPR", "// Reload" or, for the minimalism lovers (ik you guys are there lol), simply "//". So // Reload got: Old: Converting Scripts stored in a list Space to add command New: Cool intro B) Functions Hotkeys Script Drawer Buttons Removed the line counter (that one arrow from the og) Some stuff you need to know: When adding a command (space), press X while pressing the check mark to put into line mode (add command into specific line) The hotkeys are meant to have second letters next to Z (Basically, for example: The "Delete Line" Hotkey isn't Z + L because is meant to the "L" letter to be next to Z in the keyboard, so it's Z + C now) Oh god i did all that in less than 1 day _______ | | | R. I. P | | using "/" | | to sepe- | |rate stuff | | | ''''''''''''''''''''''''''''''''''''''''''''''''''''''
"What the plus?" Full & Short tutorial on BrainPlus's Scripting System: BrainPlus is a scripting to Brainf converter, so in this we'll get right to the point: Commands, Seperators and Arguments. Commands aren't case-sensitive, and its used to declare what corresponding symbol of BF you're trying to program, basically, picks up a BF symbol according to what you write. Seperators seperate Commands and Arguments, in BP, the seperators are space. Arguments are an "extension" to the command, that, in most cases, is used to say how many times the symbol that the argument picks will be repeated up in the final result. So, example: plus 1 the script "plus 1" will be "+" in the final result, because Command = Plus = "+" Seperator = Space (between "plus" and "1") Argument = 1 = "+" (command) will be repeated 1 time so: {Command}{Seperator}{Argument} All commands: plus min right left loopstart loopend prompt addletter func Commands who don't use arguments: loopstart loopend "func" calls a function. Try it yourself with the "add f." buttons!