enum class Egtaj { ESZAK, DEL, KELET, NYUGAT, } fun main() { var egtaj = Egtaj.ESZAK println(egtaj) }