h3rald / min

A small but practical concatenative programming language and shell
https://min-lang.org
MIT License
309 stars 23 forks source link

Docs: extraneous "debug" declaration #16

Closed mwgkgk closed 6 years ago

mwgkgk commented 6 years ago
debug

∅ ⇒ ∅

Toggles debug mode.

This conflicts with:

debug

a ⇒ a

Prints a and a new line to STDOUT, if logging level is set to debug or lower.

Couldn't find the first one in sources. Debug mode is in practice toggled with 'debug loglevel.

h3rald commented 6 years ago

Well spotted. And debug? doesn't exist anymore either. There used to be a "debug mode" once, but then I removed in favor of the new logger.