The @ is used to access an attribute in an XML structure - it's part
of E4X (ECMAScript for XML). For example, if I had an XML document
that contained <product name="beer"> then product.@name would give me
beer.
This is covered in lesson 6 of the book.