View Single Post
  #1  
Old 05-20-2007, 10:53 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
super functions?

Considering that functions are now variables... Wouldn't it be easy to implement this?

PHP Code:
function echo( text )
{
  
super::echo( format("[%s]: %s"this.nametext ) );

Reply With Quote