Hi all,
In the textio package of VHDL-AMS the part of the code reads as follows:
.
.
loop -- skip white space
read(l,c);
exit when ((c /= ' ') and (c /= CR) and (c /= HT));
end loop;
.
. (For further reference the file is attached with this post)
I wonder

what is the meaning of CR and HT ?
thanks in Advance.
regards,
Milind.