mirror of
https://github.com/Noratrieb/GRSBPL.git
synced 2026-01-14 11:45:02 +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)
|
||||
* `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
|
||||
|
|
@ -89,4 +89,4 @@ FizzBuzz
|
|||
5 swap goto exit # push 5 to the 2nd stack position
|
||||
...
|
||||
:exit &del # pop the top stack value to expose the pushed value
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue