Skip to content

Commit

Permalink
Add AutoIt README
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackIQ committed Jan 25, 2021
1 parent b0fa118 commit 123ecd1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Abdal-Autoit/README.md
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/)
- ...

0 comments on commit 123ecd1

Please sign in to comment.