Sets whether end of lines are considered as tokens by the specified stream tokenizer object.
Syntax
eolIsSignificant( streamtokenizer , boolean )
streamtokenizer.eolIsSignificant( boolean )
Parameters
streamtokenizer
|
the stream tokenizer object to use.
|
boolean
|
true if eol is significant.
false if eol is not significantly.
|
Returns
Example
st.eolIsSignificant( true )
|