Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | xdble_k | = | selected_real_kind(18) |
Interpret topmost entry on Lua stack as a extdouble precision real.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=xdble_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=xdble_k), | intent(in), | optional | :: | default | Some default value, that should be used, if the variable is not set in the Lua script. |
Interpret topmost entry on Lua stack as a extdouble precision real.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=xdble_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=xdble_k), | intent(in), | optional | :: | default | Some default value, that should be used, if the variable is not set in the Lua script. |