Hi guys came across something when defining variable names and wondered why

when defining variable
L_0 var byte
L_1 var byte
L_2 var byte

on L_0 - compiler complains about syntax , but is fine with variable names L_1 and L_2 etc

is the "0" a reserved value for variable a name ??

Cheers

Sheldon