4 bit number . . . you trying to convert code from Stamp?
x = 0110 is I believe the same as x = 00000110 and same as 6 and same as $06. There are no nibble variables in PBP you have to use the whole byte. So MyVar Var NIB becomes MyVar VAR BYTE.