Add EventwParam() to the manual
Posted: Wed Nov 21, 2007 10:09 pm
That command is not found in the manual.
http://www.purebasic.com
https://www.purebasic.fr/english/
Maybe, do you know any secret easter eggs like OOP keywords in PureBasic? ^^So think of it as a PureBasic easter egg. Wink
Yes:Hroudtwolf wrote:Maybe, do you know any secret easter eggs like OOP keywords in PureBasic? ^^So think of it as a PureBasic easter egg. Wink
Yeah. Even inheritance works.<variablename>.s = "This is an OOP object like a CString object on C++"
Code: Select all
Macro Extend
+
EndMacro
variablename.s = "This is an OOP object like a CString object on C++" Extend othercoolcstringlikeobject.s