Testing some inline code msgbox % "hi"
send hi there
Code Block

/* 
start of "some" hj;addf
code
*/
;code
send jay
;Ahk code starts
#SingleInstance Force
msgbox Starting
msgbox % "Loading ;Databases"  ;comment
;more "comments"
Func("Avi", "Aryan")
 
a := 1 , b := a+7
b = %a%
sum := a + ( b ** 2.5 )
 
run , notepad.exe
Winwaitactive, ahk_class Notepad
if (true) {
    SendInput Hi bye there
}
else 
    msgbox % j "break"
 
Func(val1, val2){
    msgbox % val1 " " val2 " " clipboard
    if DllCall("OpenClipboard")
        return DllCall("CloseClipboard")
}

lable:
ctrl::
    return

mylabel:
    msgbox, I do nothing
    return
Tooltip