From 11313c9c005be9979883ca866e4da9aeb3413091 Mon Sep 17 00:00:00 2001 From: HorseMD Date: Thu, 13 Nov 2014 23:50:54 +0000 Subject: Whoops, missed a return comment. --- forth.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forth.html.markdown') diff --git a/forth.html.markdown b/forth.html.markdown index 5ffdfbfc..8a24dccc 100644 --- a/forth.html.markdown +++ b/forth.html.markdown @@ -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 \ 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. .s \ <7> 5 2 3 56 76 23 65 ok -- cgit v1.2.3