User:SunnyMoon/Expirements/Output in esolangs
Which character(s) output stuff in certain esolangs?
In this page, you will find all the character(s) needed for adding something to STDOUT in certain esolangs!
This page is to be mainly used for restricted source code golfing, or plainly for statistics! I hope you have a good time! :D
Feel free to edit this page (vandalism will most likely be reverted)!
EOF means "end-of-file", in this case, the end of the program. EOF represents implicit output. SPC means "space".
Tip: Use CTRL+F
Language | Output command(s) | Conditional output command(s) |
---|---|---|
!@#$%^&*()_+ | # - Top of stack as a numerical value
|
|
*><> | n - Top of stack as a numerical value
|
|
,,, | ↓ - Top of stack + Linefeed
|
EOF - If ↓ is not excecuted before: Top of stack + Linefeed
|
/// | EOF - The (modified) program | |
05AB1E | , - Top of stack + linefeed
|
– - If top of stack is 1: Iteration index of loop + Linefeed
EOF - If none of the other printing commands are excecuted: Top of stack + Linefeed |
1L_a | SPC - If IP direction is left and MP is in the second cell: Add the value in the third cell to the output byte | |
1L_AOI | + - If IP direction is up or down, MP is in the second cell, and the first cell is not zero: First cell as ASCII value
| |
2DFuck | ! - Add accumulator bit to output byte
|
|
2L | * - If IP direction is up or down, MP is in the second cell, and the first cell is not zero: First cell as ASCII value
| |
33 | i - Linefeed
|
More esolangs coming soon...