Re: This is kind of cool
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Paul Prescod wrote: > def foo(): > return 3 > > def foo.add_(other): > return 2 + other > > print foo + foo() Should I be proud or embarrased that the language I designed supports a feature I don't understand :-) I see what it is doing, but I don't see why one would want this.