control_statement

Function control_statement 

Source
pub fn control_statement(input: &str) -> IResult<&str, (&str, NodeValue<'_>)>
Expand description
ControlStatement = "$" NodeObjectKey [SP] ":" [SP] NodeValue BR