aboutsummaryrefslogtreecommitdiffstats
path: root/core.fth
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-11-24 17:25:32 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-11-24 17:25:32 -0500
commit6e6b6841ec509549dcb5ed621342cbf21ae1ec94 (patch)
treec610614b97c8b199e09b596a4190c343e3dfc8d5 /core.fth
parent092002a49f6a4a59200eb674cfad6657890d6ce3 (diff)
documentation and a little cleanup
Diffstat (limited to 'core.fth')
-rw-r--r--core.fth2
1 files changed, 2 insertions, 0 deletions
diff --git a/core.fth b/core.fth
index d267d08..a7336ca 100644
--- a/core.fth
+++ b/core.fth
@@ -93,3 +93,5 @@
: min 2dup <= if drop else swap drop then ;
: max 2dup <= if swap drop else drop then ;
+5 spaces
+