mirror of https://github.com/ecmwf/eccodes.git
6 lines
130 B
Modula-2
6 lines
130 B
Modula-2
|
if (g is "BLU" || g is "WHT" || g is "RED" || g is "BLK" || g is "GRN" ) {
|
||
|
rename(g,colour);
|
||
|
group g : dump; non_alpha na;
|
||
|
}
|
||
|
|