Modify

Opened 10 years ago

Closed 10 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 by BrewManNH, 10 years ago

Resolution: Rejected
Status: newclosed

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?

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.