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

4 lines
138 B
Text
Raw Permalink Normal View History

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