Re: Beginners-Guide-To-Euphoria Trace and iterations
- Posted by vmars May 15, 2009
- 801 views
<quote> f you use the down arrow, then it will not jump back to the top of a loop. If you use the enter key, then it will. Also, you can use the '?' to inspect a particular variable. </quote>
That helps a lot, thanks.
I notice that Trace can't handle indexing:
?string and ?element work fine.
But not string[element] .
Maybe in the future?
Thanks!