Skip to content

Instantly share code, notes, and snippets.

@Gexos
Last active January 2, 2016 03:59
Show Gist options
  • Save Gexos/8247210 to your computer and use it in GitHub Desktop.
Save Gexos/8247210 to your computer and use it in GitHub Desktop.
; This is my second script (with functions)
MsgBox(0, "My second script!", "Hello from the main script!")
TestFunc()
Func TestFunc()
MsgBox(0, "My Second Script!", "Hello from the functions!")
EndFunc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment