We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

TBTBFS

From Esolang
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.

Table of Commands
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 [

See also