···2323// the simulation expanded to hundreds of different insects.
2424//
2525// Thankfully, Zig has another comptime feature we can use
2626-// to get out of this dilema called the 'inline else'.
2626+// to get out of this dilemma called the 'inline else'.
2727//
2828// We can replace this redundant code:
2929//