LIST contains a concatenation of items of arbitrary type, terminated by EOC atom. LIST [ITEM0 || ITEM1 || ...] EOC Example representations: LIST[] | 08 00 LIST[INT(123) FALSE] | 08 0C817B 02 00