Closed jleben closed 4 years ago
The following example produces error 'invalid operand types for +':
input x : [~]real32; output y = 1 + x;
Fixed.
The following example produces error 'invalid operand types for +':