proc
whatever()
world << "BLAH"
..()
The last line would generate a warning.
ID:135376
![]() Sep 11 2004, 9:57 pm
|
|
I think a helpful warning would be a "No parent to call" warning, which would pop up whenever you call ..() in the initial proc definition. Hopefully it'll get people to stop adding it in randomly. Thus:
proc The last line would generate a warning. |
![]() Sep 11 2004, 11:05 pm
|
|
Agreed. Hopefully then people would actually take the trouble to find out what ..() does. =)
|
Garthor wrote:
I think a helpful warning would be a "No parent to call" warning, which would pop up whenever you call ..() in the initial proc definition. Hopefully it'll get people to stop adding it in randomly. Gads that's a brilliant idea. I don't know how easy it'll be to do but I'll check. Lummox JR |