Test more, find this code works:
    
    
    echo concat([@[@[1,2]], @[@[3,4]]])
    

Turn the arguments into array, then the varargs parameter works.

Reply via email to