aboutsummaryrefslogtreecommitdiffstats
path: root/core.fth
diff options
context:
space:
mode:
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
+