Lemme nerd out here: This is known as "Brainfuck" ---- means -4 to current cell (0), you can't have negatives, so it changes to 256-4=252 [] means loop until current cell is 0 [-->+++<]: -- = -2 > = move to right cell (cell1) +++ = +3 < = move to left cell (back to cell0) So, each loop -2 to cell0 and +3 to cell1 and since cell 0 already had 252, 252/2=126 126*3=378, 378-256=122 >-. means: > = move to right cell (cell1) - means -1 so 122-1=121 . means end 121 is Y in the ASCII decimal table -- means -2 so 121-2=119 [->+++<]: you probably know the gyst of each commands by now, this loop results in cell1 reducing by 1 and cell2 increasing by 3 119*3=357, 357-256=101= E in ASCII [--->+<]: results in cell2 reducing by 3, cell3 increasing by 1 101+256=357, 357/3 = 119, so cell3 is 119 >----. cell3 reduce by 4, 119-4=115= S in ASCII So, the letters spelled out the Y-word. TL;DR = It's a language that when you input these specific orders, it will spell out the Y-word (insert hog rider gif here)
https://preview.redd.it/4sk64c2pk76g1.jpeg?width=588&format=pjpg&auto=webp&s=596c611e79b86fc2f7ed7ecdb469d413e51fefca
I think it says 3 day ban…
This is code in the esoteric programming language Brainfuck that returns the y-word.
Lemme nerd out here:
This is known as "Brainfuck"
---- means -4 to current cell (0), you can't have negatives, so it changes to 256-4=252
[] means loop until current cell is 0
[-->+++<]:
-- = -2
> = move to right cell (cell1)
+++ = +3
< = move to left cell (back to cell0)
So, each loop -2 to cell0 and +3 to cell1 and since cell 0 already had 252, 252/2=126
126*3=378, 378-256=122
>-. means:
> = move to right cell (cell1)
- means -1 so 122-1=121
. means end
121 is Y in the ASCII decimal table
-- means -2 so 121-2=119
[->+++<]:
you probably know the gyst of each commands by now, this loop results in cell1 reducing by 1 and cell2 increasing by 3
119*3=357, 357-256=101= E in ASCII
[--->+<]:
results in cell2 reducing by 3, cell3 increasing by 1
101+256=357, 357/3 = 119, so cell3 is 119
>----.
cell3 reduce by 4, 119-4=115= S in ASCII
So, the letters spelled out the Y-word.
TL;DR = It's a language that when you input these specific orders, it will spell out the Y-word
(insert hog rider gif here)
i actually didnt calculate that lol, used a online converter
ANOTHER OH MODERATORS GIF
r/SUBREDDITNAME
[removed]
wait. what did you just say?
bro you can’t say that
https://preview.redd.it/4sk64c2pk76g1.jpeg?width=588&format=pjpg&auto=webp&s=596c611e79b86fc2f7ed7ecdb469d413e51fefca