Suggestion
Function reflection such as result of (function "x" in script "y") does not allow for keyed values to be returned.
# test.sk
using reflection
local function f() -> Objects:
set {_M::foo} to 1
set {_M::bar} to "hello"
set {_M::bar::foo} to "world"
return keyed {_M::*}
load:
broadcast (keyed (results of (function "f" in script "test")))
"the results of the function named "f" from the script named "test" is not a keyed expression."
Why?
To just make normal functions more compatible with reflected functions, or to be more specific for my use-case, module like use of files, as a management strategy.
Other
No response
Agreement
Suggestion
Function reflection such as
result of (function "x" in script "y")does not allow for keyed values to be returned."the results of the function named "f" from the script named "test" is not a keyed expression."
Why?
To just make normal functions more compatible with reflected functions, or to be more specific for my use-case, module like use of files, as a management strategy.
Other
No response
Agreement