miniscript icon indicating copy to clipboard operation
miniscript copied to clipboard

[C# != C++] Lookup in funcRef

Open marcgurevitx opened this issue 2 years ago • 0 comments

Lookup in funcRef behaves differently in Mini Micro and command-line.

In Mini Micro:

]funcRef.foo = function; print "hi"; end function
](@print).foo
hi
]

In command-line:

> funcRef.foo = function; print "hi"; end function
> (@print).foo
Runtime Error: foo [line 1]
>

marcgurevitx avatar Oct 20 '23 16:10 marcgurevitx