Skip to content

Instantly share code, notes, and snippets.

@hto
Created July 7, 2018 10:05
Show Gist options
  • Save hto/d48425250742382ce100f43901b91210 to your computer and use it in GitHub Desktop.
Save hto/d48425250742382ce100f43901b91210 to your computer and use it in GitHub Desktop.
echo "İlk satırım - ";
echo "İkinci satırım - ";
echo "Üçüncü satırım - ";
goto a;
echo "Beşinci satırım - ";
echo "Altıncı satırım - ";
a:
echo "Son Satır";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment