4 lines
154 B
Text
4 lines
154 B
Text
const X0=N; // --> 0
|
|
const A=N,B=N,C=N; // --> 1,2,3
|
|
const{ _n=-1; } // reset Enum, this should be a const space function
|
|
const X=N; // -->0
|