Hi! Please help me!
I try to implement the following code:
h=-1
@label p
h+=1
if h<3
@goto p
end
println("Done")
And get the following error:
ERROR: LoadError: syntax: label "p" referenced but not defined
Thanks!!!
Hi! Please help me!
I try to implement the following code:
h=-1
@label p
h+=1
if h<3
@goto p
end
println("Done")
And get the following error:
ERROR: LoadError: syntax: label "p" referenced but not defined
Thanks!!!