This version of the Aikido programming language includes support for coroutines. This is a way for a function to yield a value and be resumed after the yield point. It has similar syntax to the similar feature in Python and Ruby.
Also included is the ability to use an operator for case limb comparison in switch statements. This enables switch statement to be more flexible.