
Test-keyword for single-line if-constructs
Re: Test-keyword for single-line if-constructs
I like mine a bit more 

PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
-
- Addict
- Posts: 4779
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: Test-keyword for single-line if-constructs
No problem.uwekel wrote:I like mine a bit more
Everyone likes his version a bit more than the other versions.

Re: Test-keyword for single-line if-constructs
You opened a 6 year old topic for this?uwekel wrote:I could imagine, for a one-liner, to use the Then keyword like this:And it is Basic-likeCode: Select all
If a=1 Then b=3 Else c=5

Re: Test-keyword for single-line if-constructs
Since a long time, i wish a single line if like:uwekel wrote:I could imagine, for a one-liner, to use the Then keyword like this:And it is Basic-likeCode: Select all
If a=1 Then b=3 Else c=5
Code: Select all
If a=1 Then b=3
sorry for my bad english
Re: Test-keyword for single-line if-constructs
Sorry for using the search before posting a new topicjuror wrote:You opened a 6 year old topic for this?:)

PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2