riff-lang / riff

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

Variadic functions #34

Open darrylabbate opened 1 year ago

darrylabbate commented 1 year ago
fn f(...) {
}

I'm labeling this as experimental since it's not immediately clear to me how to implement this, but it's a handy language feature that I'd like to support at some point.