<div dir="ltr">Hi.<div><br></div><div>Try to debug following script:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>| t |</div></div><div><div>[ t := &#39;test&#39; ] value.</div></div><div><div>^ t halt</div></div></blockquote><div><br></div><div>You will see in debugger #(&#39;test&#39;) as stack top value. Why it is not &#39;test&#39;?</div><div>I understand that hidden arrays used for variables which are used in closures. But why &quot;context top&quot; in that cases points to vector instead of variable value?</div><div><br></div><div>Best regards,</div><div>Denis</div></div>