Самый ненужный коммит

This commit is contained in:
Ivan Bushchik 2021-05-04 08:39:19 +03:00
parent c610d8a7a1
commit 9e12a67b68

View file

@ -16,7 +16,7 @@ Module Program
"# # # # # # # # # # # ", "# # # # # # # # # # # ",
"# # # # # # # # # # # ", "# # # # # # # # # # # ",
"# # ### ### ##### ##### # # ##### "} "# # ### ### ##### ##### # # ##### "}
Function GetIndex(mass() As Integer, obj As Integer) As Integer Function GetIndex(mass() As Integer, obj As Integer) As Integer 'Функция получает индекс объекта в массиве
For i = 0 To UBound(mass) For i = 0 To UBound(mass)
If mass(i) = obj Then Return i If mass(i) = obj Then Return i
Next Next
@ -341,7 +341,7 @@ Module Program
Console.ForegroundColor = ConsoleColor.DarkBlue Console.ForegroundColor = ConsoleColor.DarkBlue
Console.WriteLine() Console.WriteLine()
Loop Loop
Console.WriteLine("У Вас кончились фишки, игра закончена.") Console.WriteLine("У Вас кончились фишки, игра окончена.")
Console.WriteLine("Нажмите любую кнопку, чтобы перезапустить игру.") Console.WriteLine("Нажмите любую кнопку, чтобы перезапустить игру.")
Console.ReadKey() Console.ReadKey()
End Sub End Sub