Posted: Thu Dec 15, 2005 11:50 pm
LuCiFeR[SD] wrote:.. I guess the language will be called "PureC-sic" ..

Hmmm. You must also have a spy in place!
http://www.purebasic.com
https://www.purebasic.fr/english/
LuCiFeR[SD] wrote:.. I guess the language will be called "PureC-sic" ..
Pure++blueznl wrote:pure plus plus doesn't sound that bad, does it?
Oh, that's a PC? I thought it was a reindeer being throttled by a dude in a spaceman outfit! Oh well...Joakim Christiansen wrote:lol, nice keyboard...El_Choni wrote:As designer of the cover for PureBasic 4.0, I think I can show you a screenshot. It's actually me, showing a convincing happy face when using PB 4.0 for the first time.
This photograph is, of course, copyrighted, so don't spread it!
Code: Select all
OpenConsole()
ConsoleTitle("C:\Programme\PureBasic\Compilers")
PrintN("")
For a=1 To 50
Print("*")
Delay(1)
Next
PrintN("")
a$="PureBasic v4.01 Beta 1 <Windows - x86>"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(1)
Next
PrintN("")
For a=1 To 50
Print("*")
Delay(1)
Next
Delay(200)
PrintN("")
a$= "Compiling C:\Programme\PureBasic\Examples\Doubles.pb"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(20)
Next
Delay(500)
PrintN("")
a$="Loading external libraries..."
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(10)
Next
PrintN("")
Delay(500)
PrintN("Starting compilation...")
Delay(1500)
PrintN("38 lines processed")
Delay(500)
a$= "Creating executable."
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(5)
Next
PrintN("")
Delay(1000)
PrintN("")
a$="- Feel the ..PuRe.. Power -"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(100)
Next
Delay(2000)
PrintN("")
a$="C:\Programme\PureBasic\Compilers "
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(5)
Next
Delay(1000)
PrintN("")
a$="exe complete, please press enter to test"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(5)
Next
Input()
ClearConsole()
a$="Wake up Neo"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(220)
Next
Delay(2000)
ClearConsole()
PrintN("")
a$="The Matrix has you"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(220)
Next
Delay(2000)
ClearConsole()
a$="Follow the white rabbit"
a=Len(a$)
For b=1 To a
b$=Mid(a$,b,1)
Print(b$)
Delay(220)
Next
Delay(1000)
PrintN("")
PrintN("")
PrintN("")
PrintN("")
PrintN(" (\(\")
PrintN(" ( ';')")
PrintN(" o(^)(^)")
PrintN(" ------------------->")
Print("He went that way...")
Delay(2000)
PrintN("")
PrintN("")
PrintN("")
PrintN("Test complete, press enter to finish")
Input()
CloseConsole()
Any information about lib created with TailBite and PB source code ??Fred wrote:Who said it will 'completely change' ? I said 'it will slighty change' mostly to support the new available types and a few other goodies. Old libs will still be accepted, but all the one which rely on string, array and newlist manipulations will need to be adjusted.
That joke reminds me of the time I broke my leg skiing. :roll:Manol wrote:The new libs format:
Similar to US 2000 elections.