Interpret topmost entry on Lua stack as a quadruple precision real.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=quad_k), | intent(out) | :: | val | Value of the Variable in the script |
||
| integer, | intent(out) | :: | ErrCode | Error code to indicate what kind of problem might have occured. |
||
| type(flu_State) | :: | L | ||||
| real(kind=quad_k), | intent(in), | optional | :: | default | Some default value, that should be used, if the variable is not set in the Lua script. |