Re: What I'm doing wrong?
- Posted by jesito Sep 28, 2011
- 1173 views
Pretty sure:
C:\Documents and Settings\Administrator>eui -v Euphoria Interpreter v4.0.0 Windows, Using Managed Memory Revision Date: 2010-12-22, Id: 115714454200
Even the test program in the manual does fail:
switch x with fallthru do 2 case 1 then 3 ? 1 4 case 2 then 5 ? 2 6 break 7 case else 8 ? 0 9 end switch
C:\$TOOLS\EUPHORIA\PROJECTS\JULIO\testswitch.exw:1 switch has not been declared switch x with fallthru do ^ Press Enter
Might it be a bug? Regards, Jes.