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

4 lines
138 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#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