```js var first = mood('hello', { 'hello': ['foo', cb, 'world'] }) var second = mood('init', { 'init': [first('world'), cb, 'end'] }) ```