You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was identified while investigating issue 454 ( _f )
in k2.8:
tst:{[] a:1; \ b:2; a+b}
\b s /set stop
tst[]
stop
{[] a:1; \ b:2; a+b} /stop line shown
^
> b /tracked value available
2
> _f /complete function viewable using _f
{[] a:1; \ b:2; a+b}
in Kona:
tst: {[] a:1; \ b:2; a+b}
\b s /set stop
tst[]
stop /stop line NOT shown
> b
value error /tracked value NOT available
b
^
> _f /complete function NOT viewable using _f
>
The text was updated successfully, but these errors were encountered:
This issue was identified while investigating issue 454 ( _f )
in k2.8:
in Kona:
The text was updated successfully, but these errors were encountered: