Skip to main content
Commonmark migration
Source Link

##Minkolang 0.10, 13 bytes

Minkolang 0.10, 13 bytes

"66*2-n,?r$O. 

Try it here.

This is exactly like the standard quine except for these four characters: n,?r. n takes an integer from input, , inverts it, so ? skips r if the input is truthy. Otherwise, r reverses the stack so that it is output in reverse order.

##Minkolang 0.10, 13 bytes

"66*2-n,?r$O. 

Try it here.

This is exactly like the standard quine except for these four characters: n,?r. n takes an integer from input, , inverts it, so ? skips r if the input is truthy. Otherwise, r reverses the stack so that it is output in reverse order.

Minkolang 0.10, 13 bytes

"66*2-n,?r$O. 

Try it here.

This is exactly like the standard quine except for these four characters: n,?r. n takes an integer from input, , inverts it, so ? skips r if the input is truthy. Otherwise, r reverses the stack so that it is output in reverse order.

Source Link
El'endia Starman
  • 16.2k
  • 3
  • 38
  • 71

##Minkolang 0.10, 13 bytes

"66*2-n,?r$O. 

Try it here.

This is exactly like the standard quine except for these four characters: n,?r. n takes an integer from input, , inverts it, so ? skips r if the input is truthy. Otherwise, r reverses the stack so that it is output in reverse order.