Update README.md

This commit is contained in:
nora 2021-05-27 17:05:13 +02:00 committed by GitHub
parent 39d86e7198
commit 7917a81543
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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