Posted: Mon Aug 11, 2008 12:09 am
...and I was thinking the Dot Com boom was over, silly me
http://www.purebasic.com
https://www.purebasic.fr/english/
You've got to be kidding. You want people to take PB seriously, right? If so, then don't describe the product in fanciful terms.Rip your arms off by using Assembler directly in your code
http://www.purebasic.com/chris319 wrote:- Not all BASIC keywords are supported.
Yes, it's stated there on the webpage that "All BASIC keywords are supported". However, this statement is false.traumatic wrote:http://www.purebasic.com/chris319 wrote:- Not all BASIC keywords are supported.
it's a screenshot of Restricted Area, a commercial Game written in PureBasic.chris319 wrote:- What does a man standing near a car have to do with PB?
why? what counts? the number of commands of 1964?Yes, it's stated there on the webpage that "All BASIC keywords are supported". However, this statement is false.
I don't think that the number of old commands that are supported does count. And it was not my idea to write something like that on the webpage. But it seems that Fantaisie software thinks it's worth to be mentioned.Kaeru Gaman wrote:why? what counts? the number of commands of 1964?Yes, it's stated there on the webpage that "All BASIC keywords are supported". However, this statement is false.
Probably not. From such a strict point of view, the statement "All BASIC keywords are supported" doesn't make sense anyway.Kaeru Gaman wrote:is there a catalogue of official "all" keywords?
ok, the "Then" is missing.I think many people probably would expect a "BASIC" language to support keywords such as "then", "do", "sub", "function", "byval".
FULL ACK!From such a strict point of view, the statement "All BASIC keywords are supported" doesn't make sense anyway.
Code: Select all
Macro then
EndMacro
Are macros case-sensitive in PureBasic?Kaeru Gaman wrote:write it with capital...
Little John wrote: By the way ...
When converting code from other BASIC flavours to PureBasic, it's annoying always having to delete all "then". It just occured to me that the following should solve the problem:Code: Select all
Macro then EndMacro
That is what annoys me.Baldrick wrote:Little John wrote: By the way ...
When converting code from other BASIC flavours to PureBasic, it's annoying always having to delete all "then". It just occured to me that the following should solve the problem:Code: Select all
Macro then EndMacro
Or you could just use the IDE find function to search for "Then" & select replace all with a blank space...