Describes some programming task. In the context of [[Bevy]] and it's [[ECS]]: ```rust fn print_people(query: Query<&Person>) { ... } ```