-
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
for get more information about this language: | ||
https://hackers.zone/%d9%88%db%8c%d8%b1%d9%88%d8%b3-%d9%86%d9%88%db%8c%d8%b3%db%8c-%d8%a8%d8%a7-abdal-autoit/ | ||
# AutoIt | ||
|
||
**AutoIt** is a freeware programming language for Microsoft Windows. In its earliest release, it was primarily intended to create automation scripts (sometimes called macros) for Microsoft Windows programs but has since grown to include enhancements in both programming language design and overall functionality. | ||
|
||
## Refrences | ||
The scripting language in AutoIt 1 and 2 was statement-driven and designed primarily for simulating user interaction. From version 3 onward, the AutoIt syntax is similar to that found in the BASIC family of languages. In this form, AutoIt is a general-purpose, third-generation programming language with a classical data model and a variant data type that can store several types of data, including arrays. | ||
|
||
- [Wikipedia](https://en.wikipedia.org/wiki/AutoIt) | ||
- [Autoitscript](https://www.autoitscript.com/forum/topic/117042-how-easy-is-autoit-to-learn-for-non-programmers/) | ||
- ... |