hello, my question is when i am writing code on multisim, for example, im using the following syntax;

X VAR BYTE
Y VAR BYTE
BitCount VAR BYTE
ByteIn VAR BYTE
ByteOut VAR BYTE etc.

but it doesnt seem to like this very much. do i need to use another way?
im just starting out on the 'wonderful' world of PIC programming.