diff options
| author | Bohdan Shtepan <winsatana@ya.ru> | 2016-04-05 20:27:09 +0300 | 
|---|---|---|
| committer | Bohdan Shtepan <winsatana@ya.ru> | 2016-04-05 20:27:09 +0300 | 
| commit | 8abfffd183d34c6b76dd117351a879e8b093f8c1 (patch) | |
| tree | 2ded23445aff1b22c53078e13efc7054ce8fddde /forth.html.markdown | |
| parent | aad2d2b6f2e44f7647d0512dea263029c1d4d1fa (diff) | |
| parent | 8ddf7b5178524ab84f9e59b3e9d48343805d8ca0 (diff) | |
Merge remote-tracking branch 'adambard/master'
Diffstat (limited to 'forth.html.markdown')
| -rw-r--r-- | forth.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/forth.html.markdown b/forth.html.markdown index b4a5581b..55d755b2 100644 --- a/forth.html.markdown +++ b/forth.html.markdown @@ -54,7 +54,7 @@ Forth, but most of what is written here should work elsewhere.  3 dup -          \ duplicate the top item (1st now equals 2nd): 3 - 3  2 5 swap /       \ swap the top with the second element:        5 / 2  6 4 5 rot .s     \ rotate the top 3 elements:                   4 5 6 -4 0 drop 2 /     \ remove the top item (dont print to screen):  4 / 2 +4 0 drop 2 /     \ remove the top item (don't print to screen):  4 / 2  1 2 3 nip .s     \ remove the second item (similar to drop):    1 3  \ ---------------------- More Advanced Stack Manipulation ---------------------- | 
