Skip to content
Snippets Groups Projects
Commit 6d3d0771 authored by Aapo Torkkeli's avatar Aapo Torkkeli
Browse files

Update README.md

parent f60cdb8c
Branches
No related tags found
No related merge requests found
......@@ -33,6 +33,6 @@ Example program:
PUSH 1;
PUSH 2;
ADD;
PRINT;
PEEK;
```
The above program pushes the numbers 1 and 2 onto the stack. Then it pops them both from the stack, and adds them together. The result is pushed back onto the stack. The result is then printed out to the standard output of the runtime environment.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment