Hi all, Here's an interesting one:
--- code PROC MAIN() LOCAL n := NIL DO CASE CASE n == 1 ? n, "eq 1" OTHERWISE ? n, "neq 1" ENDCASE RETURN --- --- Clipper 5.2 and 5.3 results Error BASE/1070 Argument error: == Called from MAIN(15) --- Harbour r8824 result NIL neq 1 Brgds, Viktor _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour