@function foo($a, $b...) { @return "a: #{$a}, b: #{length($b)}"; } .foo {val: foo(1)}