Restored from previous forum. Originally posted by Rings.
i got another simple question, is it necessary that we need all these commands like startdrawing etc? many people who code games dislike that, and i wonder why you dont really need that start/stop commands in other languages... maybe purebasic can get rid of it... i dont know!
PureBasic is not a Gamer'Only Language.With Startdrawing(Pointer) you specify on which Screen should be drawn.This can be a DX-Fullscreen, a Window, a Image .
Its a long way to the top if you wanna .....CodeGuru
Restored from previous forum. Originally posted by Kendrel.
I know, but iam quite sure you could remove it... atleast iam sure i could write an external editor which would add that commands (if needed) before it compiles.
Also i know that purebasic isnt a gaming language, but it easily could become good one, and should be as easy as possible... that way, purebasic would sell a little better and the community would be growing... and that would be good for everyone!
Restored from previous forum. Originally posted by Kendrel.
Umm... yes, you need it when you compile it...
but there are other start/stop commands (specialfx,sprite3d) etc... and all this is needed? not sure... the editor could insert that commands when he compiles the code... and iam sure something like this could be done... whatever... i dont wanna complain too much..
Kendrel
p.s. an optional THEN after an IF would be nice... its more basic
Restored from previous forum. Originally posted by Rings.
topics about the 'THEN' we have long time ago.
As a Basic-Programmer since 15 years i work with the THEN.
I came from Microsoft-languages and have to learn some new stuff and syntax with PureBasic but believe me:
THEN is absolutly not needed, to say it's useless.
Its only for 'more readable' in Conditions , and of course while you convert some other Basic's Code to Pure.Nothing else.
Its a long way to the top if you wanna .....CodeGuru
Restored from previous forum. Originally posted by Kendrel.
Nice one
But it seems that iam not the only one who's missing the THEN, and i think it would be nice if it would be optional... and it shouldnt be too hard to do... and it is BASIC, not C/C++