25 Aug
2023
25 Aug
'23
1:38 p.m.
Hi,
in a sieve script I just made a syntax error and got this error message on calling sievec:
error: the else command must follow an if or elseif command.
My first thougth was "Are you kidding me!" as I used "elseif". But then I realized that the correct syntax is "elsif". So I think that error message should be corrected to
error: the else command must follow an if or elsif command.
Thanks, Horst