added ? word as a convenience
authorPhil Burk <philburk@mobileer.com>
Sun, 18 Mar 2018 23:33:32 +0000 (16:33 -0700)
committerPhil Burk <philburk@mobileer.com>
Sun, 18 Mar 2018 23:33:32 +0000 (16:33 -0700)
Fixes #39

fth/misc2.fth

index 3480449..c943e82 100644 (file)
@@ -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 -- )