You know.. I just noticed from your earlier example that Clr wasn't returning
an error. So just out of curiosity, I tried this.

PBP v2.46, MPASM v4.01. Compiled for 18F452.
Code:
DEFINE LOADER_USED 1
DEFINE OSC 20

ptr_pos	VAR BYTE
temp	VAR BYTE
x       VAR BYTE
Yahoo           '
NoWay          '
YeahSoWhat  ' <-- none of this returns an error..?

Main:
    High 0
    pause 1000
    low 0
    pause 1000
    goto Main
Anyone else get an error returned with this?