It doesn't have to be like that, I only want to be able to provide a command with some amount of inputs, from left to right. But while trying to create \mycommand{A}{B}{C}, the closest syntax I got to work so far was \mycommand[B]{A}{C}, which obviously isn't the correct order, and the [ ] looks out of place. Here's what I expect the working command would look like:
\mycommand{A}{B}{C}\mycommand{A}{B}\mycommand{A}
I'd like to achieve this without the need for external packages, I hope it's not too convoluted.