aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-10 16:36:53 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-10 16:36:53 -0800
commit4ada155b930cb5fb96493dff3a5af8809da3b214 (patch)
treedb723cecb55c51e08b4ae6f865046d892d720304 /examples
parentf4252fb4c1b12e4318f98e4a1936842e8b691ce0 (diff)
add comments in both stem and also in my c code
Diffstat (limited to 'examples')
-rw-r--r--examples/fib.stem1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/fib.stem b/examples/fib.stem
index 4104a36..de02b5c 100644
--- a/examples/fib.stem
+++ b/examples/fib.stem
@@ -1,3 +1,4 @@
+# Author: Andrei Sova 2023
fib [
dup 1 <= [ ] [
dup 1 - fib