In languages without compile-time keyword arguments but with block comments, you can use them inline for this.
createUser(user, /* isAdmin */ true, /* sendWelcomeEmail */ false);