Talk:Why Does This Towel Smell Different Each Time I Use It

From Esolang
Jump to navigation Jump to search

Truth machine & other programs

The following should work as a truth machine:

 input make lunch print mem while lunch print mem end

The following should work as a cat program:

 input letter mem

The following should work as a hello world program:

 make l push 72 l letter l push 101 l letter l push 108 l letter l letter l make o push 111 o letter o push 32 o letter o pop o make w push 119 w letter w letter o push 114 w letter w letter l push 100 w letter w

CreeperBomb (talk) 15:47, 30 April 2023 (UTC)