function y=rechercher(x) // cherche x dans la variable globale XXX global XXX; y=grep(XXX.table(:,1),x) y=XXX.table(y,2) endfunction function y=rechercher(x); y.b(x);endfunction