For some reason the “only if” always throws me off. It reminds me of the unless keyword in ruby, which is equivalent to if not, but somehow always made my brain segfault.
unless
if not
For some reason the “only if” always throws me off. It reminds me of the
unless
keyword in ruby, which is equivalent toif not
, but somehow always made my brain segfault.