diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-24 17:25:32 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-24 17:25:32 -0500 |
commit | 6e6b6841ec509549dcb5ed621342cbf21ae1ec94 (patch) | |
tree | c610614b97c8b199e09b596a4190c343e3dfc8d5 /core.fth | |
parent | 092002a49f6a4a59200eb674cfad6657890d6ce3 (diff) |
documentation and a little cleanup
Diffstat (limited to 'core.fth')
-rw-r--r-- | core.fth | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,3 +93,5 @@ : min 2dup <= if drop else swap drop then ; : max 2dup <= if swap drop else drop then ; +5 spaces + |