3 lines
109 B
C++
3 lines
109 B
C++
|
|
int const\
|
||
|
|
ant; // defines a variable of type int named constant, not a variable of type int const named ant
|