Returns an equation formed from the two arguments.
Level 2 | Level 1 | -> | Level 1 |
---|---|---|---|
z1 | z2 | -> | 'z1=z2' |
z | 'symb' | -> | 'z=symb' |
'symb' | z | -> | 'symb=z' |
'symb1' | 'symb2' | -> | 'symb1=symb2' |
y | x_unit | -> | 'y=x_unit' |
y_unit | x | -> | 'y_unit=x' |
y_unit | x_unit | -> | 'y_unit=x_unit' |
'symb' | x_unit | -> | 'symb=x_unit' |
x_unit | 'symb' | -> | 'x_unit=symb' |