riff-lang / riff

The Riff programming language
https://riff.cx
BSD Zero Clause License
23 stars 1 forks source link

Default parameter values in function signatures #69

Open darrylabbate opened 1 year ago

darrylabbate commented 1 year ago

Self-explanatory

fn foo(x = 1, y = 2) {
    // ...
}

cc: #34