// stdio.asm: WORD p_clear_stream,'CLEAR-STREAM',fasm anchor:p_clear_stream[] === Word: CLEAR-STREAM .... Data stack: ( stream -- ) .... "CLEAR-STREAM" is a function word that discards whatever is currently remaining in the buffer for the stream, so that a subsequent read will pull in more data from its source. See also <>.