Name

question:tools — ordinary primitive

Synopsis

FORTH

? ( addr -- )();
p4:"question";

Description

Display the (integer) content of at address addr. This word is sensitive to BASE

 simulate:
   : ?  @ . ;
 

dpANS 15.6.1.0600 - standard forth word