LibFuck
Jump to navigation
Jump to search
LibFuck is an esolang invented by User:None1, inspired by VerboseFuck.
Commands
| Brainfuck | LibFuck |
|---|---|
| + | brainfuck.increment() |
| - | brainfuck.decrement() |
| , | brainfuck.input() |
| . | brainfuck.output() |
| < | brainfuck.left() |
| > | brainfuck.right() |
| [CODE] | brainfuck.loop( CODE ) |
Commands are strict, which means that the commands in a program must be exactly the same as the commands in the table.
Comments
Comments are like this:
brainfuck.comment("comment")
For every byte of non-comment character in code, there must be at least 1 YiB (1208925819614629174706176 bytes) of comments.