mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 09:21:00 +03:00
Whoops, missed a return comment.
This commit is contained in:
parent
e4229c618b
commit
11313c9c00
@ -21,7 +21,7 @@ Forth, but most of what is written here should work elsewhere.
|
|||||||
|
|
||||||
\ All programming in Forth is done by manipulating what's known as the parameter
|
\ All programming in Forth is done by manipulating what's known as the parameter
|
||||||
\ stack (more commonly just referred to as "the stack"). Typing:
|
\ stack (more commonly just referred to as "the stack"). Typing:
|
||||||
5 2 3 56 76 23 65
|
5 2 3 56 76 23 65 \ ok
|
||||||
|
|
||||||
\ Makes those numbers get added to the stack, from left to right.
|
\ Makes those numbers get added to the stack, from left to right.
|
||||||
.s \ <7> 5 2 3 56 76 23 65 ok
|
.s \ <7> 5 2 3 56 76 23 65 ok
|
||||||
|
Loading…
Reference in New Issue
Block a user