Update README.md

This commit is contained in:
nora 2021-05-27 17:01:10 +02:00 committed by GitHub
parent 8abe9abe21
commit 5a40e12db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ stderr.
* `not` -> invert stack value (!=0 -> 0, 0 -> 1)
* `swap` -> swaps the 2 top stack values
* `out` -> pop and output it to the console as ascii
* `nount` -> pop and output as a number to the console
* `nout` -> pop and output as a number to the console
* `in` -> push input char as ascii to the stack
* `# comment #` text between # is ignored
* `# comment\n` text after # is ignored