Skip to content

begin arguments on next line #1113

@aeosynth

Description

@aeosynth

we can write

fn
  foo: bar
### compiles to:
fn({
  foo: bar
});
###

I'd like the same ability for non-objects, ie

fn
  foo
### compiles to:
fn(foo);
###

would this be terribly hard / ambiguous?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions