hash(dados[]){ new hashx; //aqui for(new i = (strlen(dados) -1); 1 > -1; --i) hashx+= (dados[1]*dados[(i+1)]); //aqui return hashx; //e aqui }