type definition

Blitz3D Forums/Blitz3D Beginners Area/type definition

Quick question;

Is this:
Type blah
field a,b
End Type

The same as this:
Type blah
field a
field b
End Type

???

Yes.

Thanks :)