V
vijaya
I have read that reserved words can be used as identifiers
provided that they are preceded by '@'.
But the same keyword can also be preceded by _ and used as
an identifier.For eg see the below declarations for the
keyword 'if'
string @if;
string _if;
what is the differnce in the above declaration?
In the declaration 'string @if;', is the word 'if' still a
keyword?
I needa an explanation detail
thanks in advance,
vijaya
provided that they are preceded by '@'.
But the same keyword can also be preceded by _ and used as
an identifier.For eg see the below declarations for the
keyword 'if'
string @if;
string _if;
what is the differnce in the above declaration?
In the declaration 'string @if;', is the word 'if' still a
keyword?
I needa an explanation detail
thanks in advance,
vijaya