j
k
j a
j l
...int x(int i) { return i; } variant int x() { return x(3); }
int x(int i) { return i; } variant int x() { return x(3); }
Is it a good idea to have this this legal/working? Shouldn't all variants have "variant" keyword?
Show replies by date
I would like that, as that would be less prone to mistakes.
pike-devel@lists.lysator.liu.se
Add to favorites Remove from favorites