> Added a nonsense precondition to gcd routine in GCD_EXAMPLES: require a_negative: a < 0. > If ecf file has ALL assertions turned off, it properly ignores the nonsense precondition. > If supplier_precondition = "true" and all other assertions are "false", the precondition is tested and is violated at run time. See https://www.eiffel.org/doc/eiffelstudio/Assertion_Options > Question 1: What is the purpose of