fix READ-STREAM-LINE
[rrq/rrqforth.git] / adoc / p_verboseQ.adoc
1 // rrqforth.asm:        WORD p_verboseQ,'VERBOSE?',dovariable
2
3 anchor:p_verboseQ[]
4
5 === Word: VERBOSE?
6
7 ....
8 Data stack: ( -- a )
9 ....
10
11 "VERBOSE?" is a variable word that is assigned at start up to -1 or 0
12 signify whether or not the command line arguments includes "-v". When
13 non-zero (i.e. running rrqforth with "-v") the evaluation loop is more
14 verbose.
15