I get that it adds code but I don't understand the uses
DennisMitchell
@DennisMitchell
@Cis112233 It's useful if your code is long (you can collapse parts of it), but most importantly, it allows you to measure the byte count of the actual code without the surrounding boilerplate.
Cis112233
@Cis112233
Ahh. That makes sense
So if you have code that is not part of the answer but needed you can actually measure code length
Is the TIO Brainf*ck wrapping?
DennisMitchell
@DennisMitchell
Yeah.
The tape is 65536 cells long and circular. The cells are 8 bits wide and also wrap around.