{
	name_1 = "FRED"
	friend_1 = TRUE
	friend_2 = FALSE
	friend_3 = YES
	friend_4 = NO

	my_list = 
	(
		TRUE, 
		TRUE, 
		TRUE, 
		TRUE
	)
}
