What is actually the right way to specify default types in Aldor?
default {n: Integer, s: String}
default {n: Integer; s: String}
Should there be a comma or a semicolon? Or is both OK?
I was unable to find something in the Aldor User Guide.
Any suggestions?
Ralf