Logical Operator Rules

logical_operator_500

phase_6 error case case_keyword

This rule checks logical operators have proper case.

Refer to Configuring Uppercase and Lowercase Rules for more information.

Violation

a <= b AND c;

Fix

a <= b and c;