RosettaCodeData/Task/Enumerations/Zkl/enumerations-2.zkl

5 lines
154 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
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