Talk:Minimal operation language

From Esolang
Jump to navigation Jump to search

Implementation

I added an interpreter for your language. Please let me know if any part of it is not in comply with your specification (you can also try a non-interactive version on repl.it) --Hakerh400 (talk) 00:29, 5 April 2020 (UTC)

Clarification

Why does this output 0 forever instead of 2\n0 forever?

1 + 1
;0

So if you jump to line 0, will the expression there execute? ----(this comment by A at 12:34, 1 January 2016 UTC; please sign your comments with ~~~~) 11:41, 7 April 2020 (UTC)

It does output 2\n0 or at least should. The expression on line 0 will execute if jumped to. I have clarified that in the article. PythonshellDebugwindow (talk) 00:34, 7 April 2020 (UTC)