Re: EXACT meaning of 2 error messages
- Posted by andi49 Jul 08, 2015
- 1883 views
eddo said...
I'm trying to program around a bug in euphoria's interpreter that reports the errors (1)expected a type here and (2) expected an assignment following sequence (=,+=,-=,*=, /=, &= ) and it would REALLY HELP if I knew EXACTLY what these error messages mean. I mean, what exactly does the interpreter expect and WHY when these error messages appear?????
It would really help to know the exact code that produces this error.
becouse:
-- file typo.exw typo
produces excactly this error:
C:\develop\designer\typo.exw:2 <0076>:: expected to see an assignment after 'typo', such as =, +=, -=, *=, /= o r &= <end-of-file> ^ Press Enter
Andreas