[julia-users] Does the Julia has goto?

2016-07-12 Thread vasili111
I search docs and I did not find any information how to use it but there is some example code with goto. So, does the Julia has goto?

Re: [julia-users] Does the Julia has goto?

2016-07-12 Thread Jacob Quinn
It's basically: @label goto_label then later. @goto goto_label Should probably have some docs though. On Tue, Jul 12, 2016 at 6:16 AM, vasili111 wrote: > I search docs and I did not find any information how to use it but there > is some example code with goto. So, does the Julia has goto? >