Y
Hacker News
new
|
ask
|
show
|
jobs
by
MilanTodorovic
979 days ago
Couldn't we do it like (!need_free == !some_other_bool)?
2 comments
mariusor
979 days ago
You can go the php way and do if (!!need_free)
link
billforsternz
978 days ago
Clever, I like it.
link