transmitting a sequence
Several items of the same type are transmitted as follows. The number of items is transmitted first, as a positive integer of 28 bits or less. See
transmitting a positive integer
. Then the items are transmitted.
i1 : ascii gg {33,44,55}
o1 = {3, 33, 44, 55}
o1 : List