Variable Token.multiline

struct Token
{
  // ...
  bool multiline;
  // ...
}