RosettaCodeData/Task/Enumerations/Zkl/enumerations-3.zkl
2023-07-01 13:44:08 -04: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