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
39d86e7198
commit
7917a81543
1 changed files with 3 additions and 3 deletions
|
|
@ -30,9 +30,9 @@ stderr.
|
||||||
* `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
|
||||||
* `&word` -> pop and store it in a variable
|
* `&ident` -> pop and store it in a variable
|
||||||
* `@word` -> load variable and push it, does not consume the variable
|
* `@ident` -> load variable and push it, does not consume the variable
|
||||||
* `:indent` -> define a label
|
* `:ident` -> define a label
|
||||||
* `goto ident` -> goto a label if the value on the stack is !=0, peek
|
* `goto ident` -> goto a label if the value on the stack is !=0, peek
|
||||||
|
|
||||||
Identifier: \w
|
Identifier: \w
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue