Join Slack
Powered by
<@U0B8ZP13Q> I think it would be more in line with...
# language-proposals
r
Ruckus
01/11/2018, 11:53 PM
@cedric
I think it would be more in line with PA if you did
Copy code
val createYoungStudent = { name: String -> Student(name, 10) }
in which case
createYoungStudent(name)
would create a student.
👍 1
Open in Slack
Previous
Next