Hacker News new | ask | show | jobs
by ptato 1173 days ago
It isn't possible, compiler will complain about "actual" being an undeclared identifier. The function arguments are declared in order.
1 comments

The compiler already allows using functions defined later in the same file. This is a solvable problem.