RosettaCodeData/Task/Enumerations/Zkl/enumerations-3.zkl
2017-09-25 22:28:19 +02:00

3 lines
138 B
Text

#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