# BBOX converted automatically from # http://atlas.math.rwth-aachen.de/Atlas/clas/S44/words/S44G1-max5W1 work := [];; output := [];; work[1] := input[1];; work[2] := input[2];; work[3] := work[1] * work[2];; work[4] := work[3] * work[2];; work[2] := work[3] * work[4];; work[3] := work[4]^5;; work[4] := work[3]^-1;; work[6] := work[4] * work[2];; work[2] := work[6] * work[3];; output[1] := work[1];; output[2] := work[2];;