Learning ColdFusion 9: Implicit Struct And Array Usage

<!---
	Create the girl struct directly inside the tag
	attribute using the implicit struct notation.
--->
<cfdump
	var="#{ name = 'Libby', hair = 'Brown' }#"
	label="Girl (via Attribute)"
	/>

For Cut-and-Paste