Skip to main content

if_condition

Function if_condition 

Source
pub fn if_condition(if_token: &Token) -> Result<Option<bool>>
Expand description

Test a conditional \ifXXX and return its boolean result (Perl: IfCondition). Looks up the conditional’s test closure and invokes it.