Help for this page
if any(@ingredients) eq 'flour';
if @ingredients->contains('flour');
if any { $_ eq 'flour' } @ingredients