# BBOX converted automatically from # http://atlas.math.rwth-aachen.de/Atlas/exc/G25/words/G25G1-max4W1 work := [];; output := [];; work[1] := input[1];; work[2] := input[2];; work[3] := work[1] * work[2];; work[4] := work[3] * work[2];; work[5] := work[3] * work[4];; work[6] := work[3] * work[5];; work[7] := work[6]^12;; work[8] := work[7]^-1;; work[3] := work[8] * work[2];; work[2] := work[3] * work[7];; output[1] := work[1];; output[2] := work[2];;