Skip to content

Hyphenated names for functions #162

Closed
@ayatkevich

Description

@ayatkevich

Last char of the hyphenated name for the function will be used as first argument

For example:
function hyphenated-name then void
Compiles to:
function hyphenatedName(e){}

Hyphenated name for the function can not be used with arguments

Example:
function hyphenated-name arg then void
Raises:
SyntaxError: invalid assign on line 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions