riff icon indicating copy to clipboard operation
riff copied to clipboard

Variadic functions

Open darrylabbate opened this issue 2 years ago • 0 comments

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.

  • https://en.wikipedia.org/wiki/Variadic_function
  • https://rosettacode.org/wiki/Variadic_function

darrylabbate avatar Nov 02 '22 07:11 darrylabbate