procedure versumopseq(i, p, args[]) #: versum sequence with operator /i := 196 /p := csort push(args, &null) # make room for first argument repeat { i := reverse(i) args[1] := i # make current i first argument i := integer(p ! args) suspend i } end