With recent improvement in Snap! which means that custom reporters don't lose their existing variadic values if you edit them, I'm trying out using variadic input lists instead of fixed number of options
However, I need to work out if its returning any data at all and was faced by
and I needed something to set options to an empty list in all cases and I came up with this
And then I came up with this neater solution which seems to cope with any data type I throw at it
This does rely on current behaviour of the join input list but as long as it doesn't error out I imagine it'll always return empty value if list is empty