Roland Salz
2017-07-22 19:48:56 UTC
Maxima 5.40.0, console, sbcl:
A string of two characters can be declared alphabetic successfully with
declare("+-", alphabetic); -> done
But a string of one character throws me to the debugger
declare("-", alphabetic); ->
The value
MMINUS
is not of type
SEQUENCE
when binding SEQUENCE
Since a string of one character is a valid string, I don't understand that.
Best regards,
Roland
A string of two characters can be declared alphabetic successfully with
declare("+-", alphabetic); -> done
But a string of one character throws me to the debugger
declare("-", alphabetic); ->
The value
MMINUS
is not of type
SEQUENCE
when binding SEQUENCE
Since a string of one character is a valid string, I don't understand that.
Best regards,
Roland