
# x joinifs_ : a b c

___x_cmd_joinifs_(){
    local IFS="${1:?Provide sep}";  shift
    x_="$*"
}
