mirror of
https://github.com/ivabus/roulette
synced 2024-11-22 16:35:09 +03:00
Strings refactoring
This commit is contained in:
parent
9bfce3b5e0
commit
4735714d74
1 changed files with 2 additions and 1 deletions
|
@ -275,7 +275,8 @@ Module Program
|
|||
Do while fish > 0
|
||||
Console.ForegroundColor = ConsoleColor.DarkBlue
|
||||
Console.WriteLine("У Вас {0} фишек.", fish)
|
||||
Console.Write("Продолжить игру? (Y/n) >>> ")
|
||||
Console.WriteLine("Продолжить игру? (Y/n):")
|
||||
Console.Write(">>> ")
|
||||
Dim temp As String = Console.ReadLine()
|
||||
If temp = "n" or temp = "N" Then
|
||||
Exit Sub
|
||||
|
|
Loading…
Reference in a new issue