Ah, looks like `??` is valid, but works differentl...
# advancedpdf
s
Ah, looks like
??
is valid, but works differently than
?has_content
. Any falsy value (boolean false or numerical 0) will be false using
??
but true using
?has_content
. So it looks like you definitely want the latter for most cases, unless it's a boolean and you actually want to evaluate if the variable is true or false