var constant
BUFFER_SIZE:INT:=3;
end_var
var
data:array [1..BUFFER_SIZE] of byte;
end_var