%macro test 3 db %1, ",", %2, ",", %3 %endmacro test "hello", ",", " world"