Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/HCI/Computer Keyboard/Keyboard Language/AHK/
AHK Function
Search

AHK Function

Created
Created
2021 Dec 1 4:23
Refs
Refs
AHK Function
AHK dllcall
AHK dpi
AHK Registry
AHK Window
 
 
 
 

Builtin Functions

Functions
A function is similar to a subroutine ( Gosub) except that it can accept parameters (inputs) from its caller. In addition, a function may optionally return a value to its caller. Consider the following simple function that accepts two numbers and returns their sum: Add(x, y) { return x + y; "Return" expects an expression.
Functions
https://www.autohotkey.com/docs/Functions.htm#lib
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/HCI/Computer Keyboard/Keyboard Language/AHK/
AHK Function
Copyright Seonglae Cho