// rrqforth.asm: WORD p_verboseQ,'VERBOSE?',dovariable anchor:p_verboseQ[] === Word: VERBOSE? .... Data stack: ( -- a ) .... "VERBOSE?" is a variable word that is assigned at start up to -1 or 0 signify whether or not the command line arguments includes "-v". When non-zero (i.e. running rrqforth with "-v") the evaluation loop is more verbose.