Lists the return value of a function.
LRETURN
When the current execution point is at the exit point of a function, Lreturn prints the value to be returned by the function.
In this example, the return value for the PRIMES function is listed.
CodeWatch> LRETURN Return value for PRIMES is 15 {fixed binary (31)}
Description
When the current execution point is at the exit point of a function, Lreturn prints the value to be returned by the function.