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

4 lines
138 B
Plaintext

#continuing ...
z:=N; // -->2 NOT 1 as it is set AFTER Y (compile time vs parse time)
const Y=N; // -->1! because it is set before z