For next list of variables
RVars:=[[''Rla'',''Rlb'',''Rsa'',''Rsb'',''RN''], [''GAL'',''GBL'',''GAS'',''GBS'',''GN'']];
(no double qoutes, 2 single quotes, of course)
want all of them to be redefinable with suffix option i.e. both of operators below
assign(m || (RVars[1,1]), 5);
assign( RVars[1,1], 5);
should be reentered without restart as many as wish. With 2nd form everything...