Range modifications: Difference between revisions

Content added Content deleted
Line 254:
elseif stop == n
seq[pos] = start:stop-1
elseif r1start == n
seq[pos] = start+1:stop
elseif start < n < stop