Index finite lists of positive integers: Difference between revisions

m
(Added Wren)
Line 95:
dim as ulongint num, Q(0 to 1)
temp = one_to_two( R )
num = temp.B 'first get the length of the encdedencoded list
redim N(0 to num-1) as ulongint
if num = 1 then '(singleton handled as a special case)
781

edits