#$ Print record fields (through field accessors.) # () # 1234 MyRecord nice Unit other-nice I32 rec = MyRecord { nice: Unit, other-nice: 1234 } println(rec.nice) println(rec.other-nice)