I would like to create an optional variable that can be assigned a function ( or can be nil). I'm guessing it would look something like this but the following code does not compile.
var variableThatWillBeAssignedAFunction: {(Int) -> Int}?
Thanks for your help