On 09/25/2011 05:49 PM, Peter Alexander wrote:
> See: http://d-programming-language.org/lex.html
>
> It says:
>
> q{ @ } // error, @ is not a valid D token
>
> but...
>
> http://d-programming-language.org/lex.html#Token
>
> This clearly shows that @ is a token.
>
> So, which is it?
@ is a token. The documentation was probably written when it was not.