Guest User

Untitled

a guest
Sep 26th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.12 KB | None | 0 0
  1. Dim $a[2][2] = [[0,0],[5, 10]]
  2. ConsoleWrite($a[1][0]&@CRLF)
  3. Dim $a[2][2] = [[0,0],[7, 10]]
  4. ConsoleWrite($a[1][0]&@CRLF)
Add Comment
Please, Sign In to add comment