I was trying to figure out how to call an anonymous function assigned to a variable when the anonymous functions has no arguments. It's the_variable.(). However, it turns out this exercise expects an anonymous function with an arity of 1. But the parameter is not being used. So you can pass anything really: the_variable.(1).