Affirmation ¶
Meaning ¶
The affirmation operation is defined for integral and real
values in the standard prelude as:
op + = (l int a) l int: a;
op + = (l real a) l real: a;
In both cases the given value is returned as such, resulting in that
a = +a
.
See Also ¶
- [RR 10.2.3.3]
- [RR 10.2.3.4]