How to do goto in Nim ?

e.g.
    
    
    echo "from here"
    goto here
    echo "nowhere"
    here:
      echo "here we go"
    
    Run

Reply via email to