]> Untitled Git - monorepo.git/commitdiff
second image
authorPreston Pan <preston@nullring.xyz>
Fri, 26 Jan 2024 23:41:28 +0000 (15:41 -0800)
committerPreston Pan <preston@nullring.xyz>
Fri, 26 Jan 2024 23:41:28 +0000 (15:41 -0800)
blog/stem.org

index 6becdc5952210d56e1291749920812025868ae59..ccc486b7f889b985bdabe58bde3f3c0f3b4cfd33 100644 (file)
@@ -177,6 +177,7 @@ where the word ~if~ just checks if the third thing from the top of the stack (th
 whatever's inside the first quote, otherwise execute the second quote. Note that this wording is a little bit confusing because the /first thing you write/
 is also the /last thing on the stack/ because adding new things to the stack puts the first thing /below/ the second.
 
+#+caption: Stack effect of if word
 [[file:./img/stack2.png]]
 
 Now, also observe that inside the quotes we are storing valid code. This will become important later on as we introduce the concept of /metaprogramming/. First,