Token.isMultiline

Returns true if this is a token that can have newlines in it.

These can be block and nested comments and any string literal except for escape string literals.

struct Token
bool
isMultiline
(
)

Meta