User:SunnyMoon/Expirements/Output in esolangs

From Esolang
Jump to navigation Jump to search

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

? - Formatted stack

@ - Top of stack as an ASCII value

*><> n - Top of stack as a numerical value

o - Top of stack as an ASCII value

,,, - Top of stack + Linefeed EOF - If is not excecuted before: Top of stack + Linefeed
/// EOF - The (modified) program
05AB1E , - Top of stack + linefeed

= - Last item of top of stack

? - Top of the stack

- If top of stack is 1: Iteration index of loop + Linefeed

- If top of stack is 1: Current element 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

o - Output accumulator

p - Output source string

More esolangs coming soon...