Could someone explain ...

Code:
IF ACLine == 0 THEN 
@ NOP  	' read Line input
ENDIF
THIS works ...

Code:
IF ACLine == 0 THEN @ NOP  	' read Line input
THIS Generates an error ...

Alain