Learning ColdFusion 8: Implicit Struct And Array Creation

<cfset arrData = [
	"Value1",
	"Value2"
	] />

For Cut-and-Paste