Skip to content

Instantly share code, notes, and snippets.

@gydoma
Created October 5, 2022 07:17
Show Gist options
  • Save gydoma/cbfb523c1bc7a35758fe57aa281d4ccd to your computer and use it in GitHub Desktop.
Save gydoma/cbfb523c1bc7a35758fe57aa281d4ccd to your computer and use it in GitHub Desktop.
Kiválasztás(X[N],T, sorszám)
i:=1
Ciklus amyg X[i] nem T tulajdonságú
i:=i+1;
Ciklus vége;
sorszám:=i;
Eljárás vége;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment