You are hereMonthly archive / January 2010
January 2010
What type of inheritance do you think FreeBASIC should get?
Multiple, similiar to C++.
50% (15 votes)
Single (with interfaces), like C#.
43% (13 votes)
Mysoft no like OOP! FIRE BAD!
7% (2 votes)
I like the current no inheritance objects.
0% (0 votes)
Total votes: 30
Extended boolean operators
1 2 3 | #define nand(a,b) NOT ( (a) AND (b) ) #define nor(a,b) NOT ( (a) OR (b) ) #define xnor(a,b) NOT ( (a) XOR (b) ) |
this page is just for yetifoot
I say butts to you good sir!
1 2 3 | while 0 print "butts" wend |
