3d Command-Set this Year?!

Everything else that doesn't fall into one of the other PB categories.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by redacid.

just as Fred said: in one-line-statements I would like to have a "then". If you have a multiple-line-statement you really don´t need it.


regards,
Redacid
---
Viva Los Tioz!
registered user of PB3.20 on WinXP
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by merendo.

Or this: If something:dothis:else:dothat:endif
Just use the command separator to simulate a then :)

Cu @ll, merendo
--
I've been hiding - What am I hiding from???
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Danilo.

merendo:
You need always the "Endif" in PureBasic:
>> If something Then DoIt
>> If something: DoIt: Endif

So the current method is 3 chars longer...
...some guys here seem to be VERY VERY lazy :)

cya,
...Danilo

(registered PureBasic user)
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fweil.

On my side I gave up using If Then for years. I definitely use structured If Endif using indentation for source readability.

Maybe I am not lazy when coding because I become when maintaining

That is probably because I am getting on :cry:

Francois Weil
14, rue Douer
F64100 Bayonne
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Kendrel.

So now i have found the follwoing on purebasic.de

NEWS:
-PureBasic 3D Befehlserweiterung soll in Kürze erscheinen - natürlich wie immer kostenlos *** Das angekündigte Einsteigertutorium ist online!

It says that the 3D commands are comming shortly... ofcourse for free as always!

no i begin to wonder where they get the infos from... hard to imagine!
Post Reply