plus a: Difference between revisions
Categories:
No edit summary |
m (cond unary moved to plus a) |
(No difference)
|
No edit summary |
m (cond unary moved to plus a) |
(No difference)
|
back to COMREF
Operand types:
Type of returned value:
Description:
Unary plus - returns a copy of valuea.
Example:
Unary number - +4 ..........Result is 4
Unary array - +[0, 1, 2] ..........Result is [0, 1, 2]