diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-26 15:41:28 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-26 15:41:28 -0800 |
commit | d85a9cc60f46c74f1ce17baad473552d1d319f4f (patch) | |
tree | cfd4c0282bb573cfb5935e1b7bb7de9f703524d9 /blog | |
parent | 1f1230ca264f894577372906dbe401f8759d2c86 (diff) |
second image
Diffstat (limited to 'blog')
-rw-r--r-- | blog/stem.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/stem.org b/blog/stem.org index 6becdc5..ccc486b 100644 --- a/blog/stem.org +++ b/blog/stem.org @@ -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, |