discard""" output: "first0second32third64""""typeHoled=enumhFirst=(0,"first")hSecond=(32,"second")hThird=(64,"third")varx=@[0,32,64]# This is just to avoid the compiler inlining the value of the enumechoHoled(x[0]),ordHoled(x[0]),Holed(x[1]),ordHoled(x[1]),Holed(x[2]),ordHoled(x[2])