If you post the converted code (without code xxx /code), the PureBasic keywords will be highlighted in your forums.
It is not a curiosity. But it made fun to create this tool.
The converted code looks so:
Updated V1.02test.pb wrote: Declare TestProzedur(hallo.s)
Global quatsch.s
a$="123"
If a$="123"
TestProzedur(hallo.s)
EndIf
Procedure TestProzedur(hallo.s)
Debug "Hallo"
EndProcedure
; ExecutableFormat=Windows
; EOF
- 18 more keywords added
- repaired: BB-Tag wasn't closed on BASIC-remarks (;)
- added a scrollbar to codefield
- now, its posible to load files with more than one megabyte
----------------------------------------------------------------------------------
http://www.purearea.net/pb/showcase/sho ... p=0&sort=1
or
http://www.purebasic-lounge.de/dload.ph ... file_id=30
or
Download setup-file
----------------------------------------------------------------------------------