Why `function!!()` is OK, but `function?()` is not...
# random
m
Why
function!!()
is OK, but
function?()
is not? 🙃