.TH rvalue "" "" Definition
.PC
.PP
An
.B rvalue
is the value of an expression.
The name comes from
the assignment expression
.BR "e1=e2;" ,
in which the right operand
is an rvalue.
.PP
Unlike an lvalue, an rvalue can be either a variable or a constant.
.SH "See Also"
.Xr "lvalue," lvalue
.Xr "Programming COHERENT" programmi
.br
\*(AS, \(sc6.2.2.1
