splitting a line over 2 lines in the standard editor?

Started by JBR, March 14, 2021, 18:48:07

Previous topic - Next topic

JBR

Hi,

I know this can be done with BMax.

I have a rather long if statement and would like to make it take 2 shorter lines?

Jim

Zeotrope


Henri

Hi,

you can split lines in Blitzmax like:
Code (blitzmax) Select

Local i:Int = 5

If i = 5 ..
And i > 0 ..
And i < 10 ..
Then Print "Condition is true" ..
Else Print "Condition is false"


-Henri
- Got 01100011 problems, but the bit ain't 00000001

Derron

Quote from: Henri on March 17, 2021, 10:21:20
Hi,

you can split lines in Blitzmax [...]

They asked in the Blitz2D, BlitzPlus, Blitz3D section - so I assume wants to know if it is possible there too (like in BlitzMax).


bye
Ron

Henri

- Got 01100011 problems, but the bit ain't 00000001