If you execute this sample, the line of the error is incorrect. 5 instead of 7
Compiling... xHarbour Compiler build 1.1.0 (SimpLex) (Rev. 6085) Copyright 1999-2008, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'test.prg'... test.prg(5) Error E0030 Syntax error: "syntax error at 'ERROR'" 1 error 1 PROCEDURE Main() 2 3 LOCAL b := <|| 4 RETURN Nil 5 > 6 7 --- compile error --- 8 RETURN Best regards, Miguel Angel Marchuet ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

