Opened 9 years ago
Closed 9 years ago
#3205 closed Feature Request (Rejected)
[Suggestion] Allow functions to be also defined with the keyword "Function"
Reported by: | mexykanu | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
Right now functions can only be created with the keyword Func.
Suggestion: add an option for, or simply allow functions to be also created with the keyword Function.
Why ? It would be extremely friendly for programmers that use other programming languages and got used to the Function keyword. This would save time by not requiring them to rewrite Func in case they declare a function with the Function keyword by reflex.
AutoIt is a language that allows people to code faster than in others. By having to think twice about keywords, the workflow is affected for programmers that come from other languages.
Attachments (0)
Change History (1)
comment:1 Changed 9 years ago by BrewManNH
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Every language has its keywords list, you need to learn the keywords for the languages that you're using and not expect the language to adapt to you.
Would you expect the authors of other languages to adapt the syntax and keywords of AutoIt just because someone came to that language after using AutoIt? I don't see PHP or Java adopting AutoIt keywords, do you?