From: Phil Burk Date: Sun, 18 Mar 2018 23:33:32 +0000 (-0700) Subject: added ? word as a convenience X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/commitdiff_plain/19ed2c32212485415f6e910ce9b93b589f8835cb added ? word as a convenience Fixes #39 --- 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 -- )