esseks / monicelli

An esoteric programming language, come se fosse antani.
GNU General Public License v3.0
1.32k stars 52 forks source link

Add "truth-machine" example #57

Open CristianCantoro opened 2 years ago

CristianCantoro commented 2 years ago

The "truth-machine" is defined on the Esolangs wiki:

    Ask for input.
    If the input is 0:
        Output 0.
        Terminate program.
    Whereas if the input is 1:
        Repeat infinitely:
            Output 1.

I have added the example to the Esolangs wiki.