Merge pull request #43 from philburk/ticket_39_qm
authorPhil Burk <philburk@mobileer.com>
Sun, 18 Mar 2018 23:36:39 +0000 (16:36 -0700)
committerGitHub <noreply@github.com>
Sun, 18 Mar 2018 23:36:39 +0000 (16:36 -0700)
added ? word as a convenience

fth/misc2.fth

index 3480449..c943e82 100644 (file)
@@ -41,6 +41,10 @@ anew task-misc2.fth
 
 variable if-debug
 
 
 variable if-debug
 
+: ? ( address -- , fatch from address and print value )
+    @ .
+;
+
 decimal
 create msec-delay 10000 ,  ( default for SUN )
 : (MSEC) ( #msecs -- )
 decimal
 create msec-delay 10000 ,  ( default for SUN )
 : (MSEC) ( #msecs -- )