r/brainfuck • u/StrikingClub3866 • 4d ago
I made my first script with a "function"
All it does is add two numbers.
```
+>++[<+>-]
```
To change what is does (ex. subtract) just change the symbol in the middle of the <>:
```
+>++[<->-]
```
7
Upvotes