Guest User

Untitled

a guest
Sep 21st, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.18 KB | None | 0 0
  1. Dim $letter = 'i'
  2. Dim $Glasnie[6]=["a","e","i","o","u","y"]
  3. for $x = 0 to 5
  4.    if $Glasnie[$x] = $letter Then
  5.       ConsoleWrite('BINGO')
  6.    Else
  7.       ConsoleWrite('miss')
  8.    EndIf
  9. Next
Add Comment
Please, Sign In to add comment