How to do goto in Nim ?
e.g.
echo "from here"
goto here
echo "nowhere"
here:
echo "here we go"
Run
How to do goto in Nim ?
e.g.
echo "from here"
goto here
echo "nowhere"
here:
echo "here we go"
Run