Returns whether the end of line has been reached in the specified stream tokenizer object.
Syntax
TT_EOL( streamtokenizer )
streamtokenizer.TT_EOL( )
Parameters
streamtokenizer
|
the stream tokenizer object to use.
|
Returns
boolean
|
true if end of line has been reached.
false if end of line has not been reached.
|
Example
if st.TT_EOL( ) then
break
end
|