I\'m trying to write a macro that recursively \'unwraps\' the values of a list into individual values. For example, unwrap \'(1 2 3)) would produce (separately)
unwrap \'(1 2 3))