Bondary conditions from label vector

Hello everyone,

is it possible to set boundary conditions from a vector os labels?

for exemple, I have a vectoor

label = [1,2];

and I want to ser boundary conditions on the boundarys from this vector, like

+ on(label, u=0);

does that work on freefem++?