package jen

// Do calls the provided function with the statement as a parameter. Use for
// embedding logic.
func ( func(*Statement)) *Statement {
	return newStatement().Do()
}

// Do calls the provided function with the statement as a parameter. Use for
// embedding logic.
func ( *Group) ( func(*Statement)) *Statement {
	 := Do()
	.items = append(.items, )
	return 
}

// Do calls the provided function with the statement as a parameter. Use for
// embedding logic.
func ( *Statement) ( func(*Statement)) *Statement {
	()
	return 
}