Add EventwParam() to the manual

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Add EventwParam() to the manual

Post by Psychophanta »

That command is not found in the manual.
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Add EventwParam() to the manual

Post by PB »

In previous threads Fred has said it's not an official command, and that's
why it's not in the manual. So think of it as a PureBasic easter egg. ;)

See also: http://www.purebasic.fr/english/viewtopic.php?t=21296
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post by Hroudtwolf »

So think of it as a PureBasic easter egg. Wink
Maybe, do you know any secret easter eggs like OOP keywords in PureBasic? ^^
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Ah, Thanks! But seems that there are more than one of those eggs :roll:
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
IceSoft
Addict
Addict
Posts: 1683
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

Hroudtwolf wrote:
So think of it as a PureBasic easter egg. Wink
Maybe, do you know any secret easter eggs like OOP keywords in PureBasic? ^^
Yes:
<variablename>.s = "This is an OOP object like a CString object on C++"
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post by Hroudtwolf »

<variablename>.s = "This is an OOP object like a CString object on C++"
Yeah. Even inheritance works.

Code: Select all

Macro Extend
+
EndMacro
variablename.s = "This is an OOP object like a CString object on C++" Extend othercoolcstringlikeobject.s

xD
Post Reply