Skip to content

Add lambda to function-declarations#1025

Merged
renkun-ken merged 1 commit intoREditorSupport:masterfrom
renkun-ken:lambda-function
Mar 3, 2022
Merged

Add lambda to function-declarations#1025
renkun-ken merged 1 commit intoREditorSupport:masterfrom
renkun-ken:lambda-function

Conversation

@renkun-ken
Copy link
Copy Markdown
Member

What problem did you solve?

Closes #1024

fun <- \(y) y + 1
fun = function(x) x + 1

fun <- \(y) y + 1
fun = \(x, y) x + y

(If you have)Screenshot

image

@renkun-ken renkun-ken merged commit ff60e42 into REditorSupport:master Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for new shorthand function syntax

1 participant