Horrible cs code using goto
JumpHere: int lat, lng, frequency; if (true) { goto myHorribleCode; } else { goto JumpHere; } myHorribleCode: int x,y,z;