Hacker News new | ask | show | jobs
by jbverschoor 1897 days ago
And certain languages allow:

return nil if n.nil?

1 comments

I really miss postfix conditionals from perl/ruby/coffeescript in all of the other languages. (Along with until/unless, which are just while! and if!.)

I asked on the go-nuts mailing list about perhaps including them in go2, but it seems many of the people who replied hate them.