dio is a programming language created in 2020.
for v in [5, 8, 32, 9, 14] { //itoa is defined as itoa(u64 val) u8[23] puts(itoa(v)) }