module language.babyfood;

behavior Food {
    String toString(){
	return "Food";
    }
}
