mirror of
https://github.com/Noratrieb/GRSBPL.git
synced 2026-01-14 19:55:03 +01:00
Update README.md
This commit is contained in:
parent
8abe9abe21
commit
5a40e12db6
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ stderr.
|
||||||
* `not` -> invert stack value (!=0 -> 0, 0 -> 1)
|
* `not` -> invert stack value (!=0 -> 0, 0 -> 1)
|
||||||
* `swap` -> swaps the 2 top stack values
|
* `swap` -> swaps the 2 top stack values
|
||||||
* `out` -> pop and output it to the console as ascii
|
* `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
|
* `in` -> push input char as ascii to the stack
|
||||||
* `# comment #` text between # is ignored
|
* `# comment #` text between # is ignored
|
||||||
* `# comment\n` text after # is ignored
|
* `# comment\n` text after # is ignored
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue