"Elias" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> How you mean *in it's original form* ?
>
> "Lasse" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > ..Or call it a riddle.. Whatever... :-)
> >
> > What did the following code look like in it's original form?
> >
> > function bitdef($prefix, $name, $bitnum)
> > {
> >     define($prefix."B_".$name, $bitnum);
> >     define($prefix."F_".$name, 1 << $bitnum);
> > }

Well, it's about as accurate a conversion of the original as it can be in
PHP... People who knew/know the original should be able to recognise it...
:-)

Basically the question is if anyone can guess how his looked before I
converted it to PHP... :-)

--
Lasse




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to