// BBOX converted automatically from // http://atlas.math.rwth-aachen.de/Atlas/alt/A6/words/S6G1-max6W1 function(S) // WARNING! This is not an SLP! w1 := S.1; w2 := S.2; w3 := w2 * w1; w4 := w1 * w2; w5 := w4 * w4; w2 := w4 * w5; # Warning: I could not convert this line: 'cp 3 1' return [w1,w2]; end function;