Created
February 17, 2015 12:53
-
-
Save schultyy/7eac9136fd4c411181fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eingabe ="" | |
while eingabe != "stop" do | |
eingabe = gets.chomp | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hier weisst du nicht, wie oft die Schleife durchlaufen wird, weil das davon abhängt, was die Benutzerin eingibt.
Das ist jetzt sehr simpel, aber es zeigt, wie eine While-Schleife generell funktioniert.