Example: lr.eval

The following example evaluates an int, long, double, and string expression, and sends them to the output.

lr.output_message(lr.eval("{DoubleParam}(double),{IntParam}(int),{LongParam}(long),{StringParam}(string)"));