From 19ed2c32212485415f6e910ce9b93b589f8835cb Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Sun, 18 Mar 2018 16:33:32 -0700 Subject: [PATCH] added ? word as a convenience Fixes #39 --- fth/misc2.fth | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fth/misc2.fth b/fth/misc2.fth index 3480449..c943e82 100644 --- a/fth/misc2.fth +++ b/fth/misc2.fth @@ -41,6 +41,10 @@ anew task-misc2.fth variable if-debug +: ? ( address -- , fatch from address and print value ) + @ . +; + decimal create msec-delay 10000 , ( default for SUN ) : (MSEC) ( #msecs -- ) -- 2.20.1