Is $if followed by $endif non-standard usage for preprocessing? For example: ------ $if defined(var) continue $endif ------
Is $if followed by $endif non-standard usage for preprocessing? For example:
$if defined(var)
continue
$endif