Skip to content

Constraints check fails when = is surrounded by spaces

This should work but does not:

NET a LOC = B8;

while this works as expected:

NET a LOC=B8;