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
94728de4d4
commit
d8f2549b29
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ stderr.
|
|||
|
||||
* any number `<number>` -> push the numeric value of n
|
||||
* any character `'<character>'` -> push c as its escaped ascii value
|
||||
* a string `"string"` -> only valid in combination with an `out` afterwards
|
||||
* `&<ident>` -> pop and store it in a variable
|
||||
* `@<ident>` -> load variable and push it, does not consume the variable
|
||||
|
||||
|
|
@ -47,6 +48,7 @@ stderr.
|
|||
* `out` -> pop and output it to the console as ascii
|
||||
* `nout` -> pop and output as a number to the console
|
||||
* `in` -> push input char as ascii to the stack
|
||||
* `"<text>" out` -> prints the string
|
||||
|
||||
### Control flow
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue