From 27742595b575c59b1f482e5a72195fdfbf16c5d6 Mon Sep 17 00:00:00 2001
From: Clyne Sullivan <clyne@bitgloo.com>
Date: Thu, 9 Feb 2023 20:30:24 -0500
Subject: add 2/ and 2*

---
 core.fth | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core.fth b/core.fth
index 555b126..06aad0a 100644
--- a/core.fth
+++ b/core.fth
@@ -30,6 +30,8 @@
 : xor    ^ ;
 : lshift << ;
 : rshift >> ;
+: 2*     2 * ;
+: 2/     2 / ;
 
 : ,      here ! 1 allot ;
 : c!     ! ;
-- 
cgit v1.2.3