discard""" output: "first-12second32third64""""typeHoled=enumhFirst=(-12,"first")hSecond=(32,"second")hThird=(64,"third")varx=@[-12,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])