On Friday, May 23, 2014 5:00:07 PM UTC-5, Dom Luna wrote:
>
> That cleared it up, thanks! Do functions that don't explicitly return 
> anything then implicitly return Nothing?
>

And to add to the other answers you've gotten, note that `Nothing` is the 
type of the value `nothing`. The usual return value indicating nothingness 
would be the value `nothing`, not the type `Nothing`.

Reply via email to