Hi!

what are the differences between this code has the same function but in the first instance the code is longer than 4bytes?

SYMBOL led =PORTA.4
HIGH led
PAUSE 1000
LOW led

SYMBOL led =PORTA.4
led=1
PAUSE 1000
led=0