TBTBFS
Jump to navigation
Jump to search
TBTBFS is an esolang created by Brain Boy 53 (talk) 15:16, 24 May 2024 (UTC). It stands for TMMLPTEALPAITAFNFAL but trivial brainf**k substitutions.
| Command | Use |
|---|---|
| + | Add 1 to the current cell's value |
| - | Subtracts 1 from the current cell's value |
| < | Moves the cell pointer to the left |
| > | Moves the cell pointer to the right |
| . | Out puts the current cells value as an ASCII character |
| , | Gets input from the user as an ASCII character and stores its value in the current cell. |
| [ | Nothing |
| ] | If the current cell's value is not 0, go to the corresponding [ |