pub fn parse(input: &str) -> Result<ArithmeticExpr, WordParseError>Expand description
Parses a shell arithmetic expression.
ยงArguments
input- The arithmetic expression to parse, in string form.
pub fn parse(input: &str) -> Result<ArithmeticExpr, WordParseError>Parses a shell arithmetic expression.
input - The arithmetic expression to parse, in string form.