Skip to content

Create code for default values in the formal parameter list #8

@RobertDober

Description

@RobertDober

Nice idea from Sasa indeed now we get

defkw hello(greeting: "hello")...

def hello(keywords \\ [])

then we will get

def hello(keywords \\ [greetings: "hello"])

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions