Name
jautoUnwrap — Unwrap automatically returned values
Calling Sequence
autoUnwrap = jautoUnwrap()
jautoUnwrap(autoUnwrap)
Description
If autoUnwrap is true, all the values returned by a method invocation are unwrapped if it is possible.
By default, autoUnwrap is false.
Examples
jautoUnwrap()
jautoUnwrap(%t);