Function overlaoding - qtxie/red GitHub Wiki

Author: Peter W A Wood

Allowing function overloading would lead to improved program readability. For example the two assert equal with tolerance functions in quick-test.reds, --assertf~= and --assertf32~= could be both simply named --assert~=.