Advertisement
rc-chuah

HelloWorld

May 19th, 2022 (edited)
1,117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; Displays "Hello, World!" In A Message Box.
  2. Example := "Example"
  3. Hello := "Hello, World!"
  4. MsgBox, 64, %Example%, %Hello%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement