Implemented arithmetic substitution
This commit is contained in:
@@ -371,6 +371,7 @@ tkrule_def!(ArithSub, |input: &str| {
|
||||
}
|
||||
}
|
||||
}
|
||||
' ' | '\t' | ';' | '\n' => return None,
|
||||
_ => { /* Continue */ }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user