I've created a syntax file for Forth and am getting an error message when loading Forth files:
Syntax file for "4th" is invalid
the syntax cannot be applied.
'=2' is not a valid integer range
This error is produced whenever a keyword has an equals sign in it. For example:
Keyword12=<=
I did read the previous topic
http://www.carthagosoft.net/forums/index.php?&action=vthread&forum=8&t opic=1039, and that v 2.51 SR1 fixed the problem where '=' is a keyword. (I am running this latest release.)
I get no error message with this:
Keyword==
Thanks,
Donald.