Set::setraw
SetDelayed::setraw
UpSet::setraw
UpSetDelayed::setraw
TagSet::setraw
TagSetDelayed::setraw
An error occurs because it is not possible to assign a value to a number:
0 = 9 - 3xThis shows the same error in the arguments of Solve:
Solve[0 = 9 - 3x, x]This example shows a valid equation:
Solve[0 == 9 - 3x, x]