Is this a typo?

I copied the code, and gave me the following error:

Missing end to balance this function definition
This commit is contained in:
ys64 2022-03-23 06:17:00 -07:00 committed by Fabian Boehm
parent f184061c16
commit c92cda9bec

View file

@ -179,7 +179,7 @@ Parentheses and the ``-o`` and ``-a`` operators can be combined to produce more
if test \( -f /foo -o -f /bar \) -a \( -f /baz -o -f /bat \)
echo Success.
end.
end
Numerical comparisons will simply fail if one of the operands is not a number: